mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +02:00
xonotic: proper --host triplet
This commit is contained in:
parent
3c3b536613
commit
8bb0255d59
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'xonotic'
|
||||
pkgname=xonotic
|
||||
version=0.8.6
|
||||
revision=3
|
||||
revision=4
|
||||
hostmakedepends="unzip automake libtool"
|
||||
makedepends="gmp-devel MesaLib-devel SDL2-devel libcurl-devel alsa-lib-devel
|
||||
libmodplug-devel libvorbis-devel libXpm-devel libjpeg-turbo-devel
|
||||
|
@ -36,7 +36,7 @@ do_build() {
|
|||
|
||||
cd ${wrksrc}/source/d0_blind_id
|
||||
autoreconf -fi
|
||||
./configure --prefix=/usr --disable-rijndael --host=$(uname -m)
|
||||
./configure --prefix=/usr --host=${XBPS_CROSS_TRIPLET}
|
||||
make ${makejobs}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue