xonotic: proper --host triplet

This commit is contained in:
Emil Tomczyk 2025-01-04 23:10:33 +01:00 committed by Leah Neukirchen
parent 3c3b536613
commit 8bb0255d59

View file

@ -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}
}