0ad: update to 0.0.23b.
This commit is contained in:
parent
84f138f9f5
commit
1b7e16b146
1 changed files with 5 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for '0ad'
|
||||
pkgname=0ad
|
||||
version=0.0.23
|
||||
revision=6
|
||||
version=0.0.23b
|
||||
revision=1
|
||||
wrksrc="${pkgname}-${version}-alpha"
|
||||
hostmakedepends="pkg-config perl cmake python"
|
||||
makedepends="SDL2-devel boost-devel gloox-devel libcurl-devel libenet-devel
|
||||
|
@ -13,10 +13,12 @@ maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
|||
license="GPL-2.0-or-later, CC-BY-SA-3.0, MPL-2.0, MIT"
|
||||
homepage="https://play0ad.com"
|
||||
distfiles="https://releases.wildfiregames.com/${pkgname}-${version}-alpha-unix-build.tar.xz"
|
||||
checksum=cfa1e3b6989466961451c95a96c19c274cd373ce6d98f83836e6f862c9d3e163
|
||||
checksum=01bff7641ee08cac896c54d518d7e4b01752513105558f212e3199d747512a37
|
||||
nocross="uses bundled third-party libraries that do not cross-compile"
|
||||
|
||||
CXXFLAGS="-fpermissive"
|
||||
# Use BFD linker to avoid erroneous detection of llvm pr8927 with *-musl
|
||||
LDFLAGS="-fuse-ld=bfd"
|
||||
export WX_CONFIG="wx-config-gtk3"
|
||||
|
||||
do_configure() {
|
||||
|
|
Loading…
Reference in a new issue