diff options
Diffstat (limited to 'games/0ad/files/patch-build_premake_extern__libs5.lua')
-rw-r--r-- | games/0ad/files/patch-build_premake_extern__libs5.lua | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/games/0ad/files/patch-build_premake_extern__libs5.lua b/games/0ad/files/patch-build_premake_extern__libs5.lua deleted file mode 100644 index 946c30375b72..000000000000 --- a/games/0ad/files/patch-build_premake_extern__libs5.lua +++ /dev/null @@ -1,21 +0,0 @@ ---- build/premake/extern_libs5.lua.orig 2018-04-29 15:44:48 UTC -+++ build/premake/extern_libs5.lua -@@ -191,7 +191,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() -@@ -301,9 +301,6 @@ extern_lib_defs = { - elseif os.istarget("macosx") then - add_default_include_paths("iconv") - defines { "LIBICONV_STATIC" } -- elseif os.getversion().description == "FreeBSD" then -- defines { "HAVE_ICONV_CONST" } -- defines { "ICONV_CONST=const" } - end - end, - link_settings = function() |