mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
3ce6817158
- 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.
12 lines
414 B
Lua
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()
|