diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2015-04-29 06:47:37 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2015-04-29 06:47:37 +0000 |
commit | bcd90cb704df72a5f7c726a90b5298f72a4ace28 (patch) | |
tree | 91860ac116b785b1cd787f4708811b38d3138b57 /games/0ad/files | |
parent | 30c4a3e35321329b1bdb4d4b1750b313e3c95574 (diff) | |
download | ports-bcd90cb704df72a5f7c726a90b5298f72a4ace28.tar.gz ports-bcd90cb704df72a5f7c726a90b5298f72a4ace28.zip |
Notes
Diffstat (limited to 'games/0ad/files')
-rw-r--r-- | games/0ad/files/patch-build__premake__extern_libs4.lua | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/games/0ad/files/patch-build__premake__extern_libs4.lua b/games/0ad/files/patch-build__premake__extern_libs4.lua index 59d76aaadc89..33280e8f0153 100644 --- a/games/0ad/files/patch-build__premake__extern_libs4.lua +++ b/games/0ad/files/patch-build__premake__extern_libs4.lua @@ -1,6 +1,6 @@ ---- build/premake/extern_libs4.lua.orig 2014-09-24 10:05:27 UTC +--- build/premake/extern_libs4.lua.orig 2015-02-20 05:52:18 UTC +++ build/premake/extern_libs4.lua -@@ -237,7 +237,7 @@ +@@ -237,7 +237,7 @@ extern_lib_defs = { end -- TODO: This actually applies to most libraries we use on BSDs, make this a global setting. if os.is("bsd") then @@ -9,3 +9,12 @@ end end, link_settings = function() +@@ -346,8 +346,6 @@ extern_lib_defs = { + elseif os.is("macosx") then + add_default_include_paths("iconv") + defines { "LIBICONV_STATIC" } +- elseif os.getversion().description == "FreeBSD" then +- defines { "HAVE_ICONV_CONST" } + end + end, + link_settings = function() |