diff --git a/srcpkgs/0ad/patches/boost-system.patch b/srcpkgs/0ad/patches/boost-system.patch new file mode 100644 index 00000000000..5d6e7d58d94 --- /dev/null +++ b/srcpkgs/0ad/patches/boost-system.patch @@ -0,0 +1,11 @@ +--- a/build/premake/extern_libs5.lua ++++ b/build/premake/extern_libs5.lua +@@ -249,7 +249,7 @@ extern_lib_defs = { + -- The following are not strictly link dependencies on all systems, but + -- are included for compatibility with different versions of Boost + android_names = { "boost_filesystem-gcc-mt", "boost_system-gcc-mt" }, +- unix_names = { os.findlib("boost_filesystem-mt") and "boost_filesystem-mt" or "boost_filesystem", os.findlib("boost_system-mt") and "boost_system-mt" or "boost_system" }, ++ unix_names = { "boost_filesystem" }, + osx_names = { "boost_filesystem", "boost_system" }, + }) + end, diff --git a/srcpkgs/0ad/template b/srcpkgs/0ad/template index 63ca78834e6..598e8dd3942 100644 --- a/srcpkgs/0ad/template +++ b/srcpkgs/0ad/template @@ -1,7 +1,7 @@ # Template file for '0ad' pkgname=0ad version=0.27.1 -revision=2 +revision=3 archs="x86_64* i686* aarch64* armv7l* ppc64le* riscv64*" # Unclear whether ppc64le and riscv64 will work, though upstream seems to support them build_helper=rust