···213213 # I do not know yet how to allow IOPMAssertion{CreateWithName,Release}
214214 ./darwin_sleep.patch
215215216216+ # Make DARWIN_XCODE_LOCATOR_COMPILE_COMMAND behave properly by diabling
217217+ # multi-arch support (I could not get it to work) and using proper /usr/bin
218218+ # paths that will get fixed below.
219219+ ./xcode_locator.patch
220220+216221 # On Darwin, the last argument to gcc is coming up as an empty string. i.e: ''
217222 # This is breaking the build of any C target. This patch removes the last
218223 # argument if it's found to be an empty string.