mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 09:21:57 -05:00
4db8a0b964
When building with the GNU toolchain, /usr/local/lib and /usr/local/include are among the default search paths for the compiler and linker. It seems that this is not the case for Clang/LLVM, and thus some packages fail to build, while others silently drop optional deps. This commit adds those paths back, fixing multiple packages at once. Additionally, it removes legacy -I/-L includes in various Ports which are no longer needed. Co-Authored-By: Nico Weber <thakis@chromium.org> |
||
---|---|---|
.. | ||
0001-Add-serenity-toolchain-information-and-makefile-file.patch | ||
0002-Include-some-missing-headers.patch | ||
0003-Don-t-use-dynamic-SDL.patch | ||
ReadMe.md |
Patches for epsilon on SerenityOS
0001-Add-serenity-toolchain-information-and-makefile-file.patch
Add serenity toolchain information and makefile files
0002-Include-some-missing-headers.patch
Include some missing headers
0003-Don-t-use-dynamic-SDL.patch
Don't use dynamic SDL