bitlbee-steam: fix cross compilation

Closes #9364.
This commit is contained in:
newbluemoon 2017-11-20 14:54:24 +01:00 committed by Enno Boland
parent 213ef70a45
commit f67e34fc96

View File

@ -1,7 +1,7 @@
# Template file for 'bitlbee-steam'
pkgname=bitlbee-steam
version=1.4.2
revision=1
revision=2
build_style=gnu-configure
hostmakedepends="pkg-config automake libtool"
makedepends="bitlbee-devel"
@ -11,8 +11,8 @@ license="GPL-2"
homepage="https://github.com/jgeboski/bitlbee-steam"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=fced6878906e14d96f899d362620de17c41a7fb84c2460068a9c08fc6904de38
nocross=yes
pre_configure() {
autoreconf -fi
test ! -d "m4" && mkdir m4
autoreconf -fi -I ${XBPS_CROSS_BASE}/usr/share/aclocal
}