mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-06 03:53:18 +02:00
0ad: for boost-1.89
This commit is contained in:
parent
8c2ca04449
commit
a0cbe616ee
2 changed files with 12 additions and 1 deletions
11
srcpkgs/0ad/patches/boost-system.patch
Normal file
11
srcpkgs/0ad/patches/boost-system.patch
Normal file
|
@ -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,
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue