sam: fix cross-build.

This commit is contained in:
Christian Neukirchen 2016-08-28 15:50:41 +02:00
parent c28f6d8a41
commit cd6498c205
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'sam'
pkgname=sam
version=20160825
revision=1
revision=2
_githash=d3d56423183ecfcf6207ca8adb5a59d2950acf39
wrksrc="${pkgname}-${_githash}"
disable_parallel_build=yes
@ -25,7 +25,7 @@ do_build() {
esac
make ${makejobs} CC="${CC} ${CFLAGS}" DESTDIR=/usr LDFLAGS="$LDFLAGS" \
FREETYPEINC=${XBPS_CROSS_BASE}/usr/include/freetype2 \
INCLUDES=-I${XBPS_CROSS_BASE}/usr/include/freetype2 \
RXSAMNAME=rsam TERMNAME=/usr/bin/samterm USE64BITS=${USE64BITS}
}