mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-05 12:22:57 +02:00
boswars: fix arm*
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
eb6f4f25bc
commit
fb88fc0c78
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@ homepage="http://boswars.org"
|
||||||
distfiles="${homepage}/dist/releases/boswars-${version}-src.tar.gz"
|
distfiles="${homepage}/dist/releases/boswars-${version}-src.tar.gz"
|
||||||
checksum=dc3718f531e9ea413cf37e1333b62a4c5e69f1405502d9c59b9e424635135e3e
|
checksum=dc3718f531e9ea413cf37e1333b62a4c5e69f1405502d9c59b9e424635135e3e
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
arm*) makedepends+=" glu-devel" ;;
|
||||||
|
esac
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
#png bugfix for version 2.7, https://savannah.nongnu.org/bugs/?39610
|
#png bugfix for version 2.7, https://savannah.nongnu.org/bugs/?39610
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue