mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +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'
|
# Template file for 'xonotic'
|
||||||
pkgname=xonotic
|
pkgname=xonotic
|
||||||
version=0.8.6
|
version=0.8.6
|
||||||
revision=3
|
revision=4
|
||||||
hostmakedepends="unzip automake libtool"
|
hostmakedepends="unzip automake libtool"
|
||||||
makedepends="gmp-devel MesaLib-devel SDL2-devel libcurl-devel alsa-lib-devel
|
makedepends="gmp-devel MesaLib-devel SDL2-devel libcurl-devel alsa-lib-devel
|
||||||
libmodplug-devel libvorbis-devel libXpm-devel libjpeg-turbo-devel
|
libmodplug-devel libvorbis-devel libXpm-devel libjpeg-turbo-devel
|
||||||
|
@ -36,7 +36,7 @@ do_build() {
|
||||||
|
|
||||||
cd ${wrksrc}/source/d0_blind_id
|
cd ${wrksrc}/source/d0_blind_id
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
./configure --prefix=/usr --disable-rijndael --host=$(uname -m)
|
./configure --prefix=/usr --host=${XBPS_CROSS_TRIPLET}
|
||||||
make ${makejobs}
|
make ${makejobs}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue