Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/games/0ad/files/patch-build_premake_extern__libs5.lua
16135 views
1
--- build/premake/extern_libs5.lua.orig 2021-02-06 00:32:37 UTC
2
+++ build/premake/extern_libs5.lua
3
@@ -193,7 +193,7 @@ extern_lib_defs = {
4
end
5
-- TODO: This actually applies to most libraries we use on BSDs, make this a global setting.
6
if os.istarget("bsd") then
7
- sysincludedirs { "/usr/local/include" }
8
+ sysincludedirs { "%%LOCALBASE%%/include" }
9
end
10
end,
11
link_settings = function()
12
13