boswars: fix arm*
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
eb6f4f25bc
commit
fb88fc0c78
|
@ -13,6 +13,10 @@ homepage="http://boswars.org"
|
|||
distfiles="${homepage}/dist/releases/boswars-${version}-src.tar.gz"
|
||||
checksum=dc3718f531e9ea413cf37e1333b62a4c5e69f1405502d9c59b9e424635135e3e
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
arm*) makedepends+=" glu-devel" ;;
|
||||
esac
|
||||
|
||||
post_extract() {
|
||||
#png bugfix for version 2.7, https://savannah.nongnu.org/bugs/?39610
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user