sam: fix cross-build.
This commit is contained in:
parent
c28f6d8a41
commit
cd6498c205
@ -1,7 +1,7 @@
|
|||||||
# Template file for 'sam'
|
# Template file for 'sam'
|
||||||
pkgname=sam
|
pkgname=sam
|
||||||
version=20160825
|
version=20160825
|
||||||
revision=1
|
revision=2
|
||||||
_githash=d3d56423183ecfcf6207ca8adb5a59d2950acf39
|
_githash=d3d56423183ecfcf6207ca8adb5a59d2950acf39
|
||||||
wrksrc="${pkgname}-${_githash}"
|
wrksrc="${pkgname}-${_githash}"
|
||||||
disable_parallel_build=yes
|
disable_parallel_build=yes
|
||||||
@ -25,7 +25,7 @@ do_build() {
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
make ${makejobs} CC="${CC} ${CFLAGS}" DESTDIR=/usr LDFLAGS="$LDFLAGS" \
|
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}
|
RXSAMNAME=rsam TERMNAME=/usr/bin/samterm USE64BITS=${USE64BITS}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user