1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/games/0ad/files/patch-build_premake_extern__libs5.lua
Guido Falsi 3ce6817158 - Update 0ad to Alpha 24
- Undeprecate, this version works fine with python3
- Mark BROKEN on 11.x due to errors linking against gloox on this OS version
- While here move the other BROKEN messages in the appropriate Makefile stanza
- Remove patches integrated upstream

Many thanks to upstream developers for help and support.
2021-02-28 21:33:38 +00:00

12 lines
414 B
Lua

--- build/premake/extern_libs5.lua.orig 2021-02-06 00:32:37 UTC
+++ build/premake/extern_libs5.lua
@@ -193,7 +193,7 @@ extern_lib_defs = {
end
-- TODO: This actually applies to most libraries we use on BSDs, make this a global setting.
if os.istarget("bsd") then
- sysincludedirs { "/usr/local/include" }
+ sysincludedirs { "%%LOCALBASE%%/include" }
end
end,
link_settings = function()