irssi: fix cross build.
This commit is contained in:
@@ -13,11 +13,12 @@ license="GPL-2"
|
|||||||
distfiles="http://www.irssi.org/files/$pkgname-$version.tar.bz2"
|
distfiles="http://www.irssi.org/files/$pkgname-$version.tar.bz2"
|
||||||
checksum=c12d16fb605103d7c256ddce44012dc396af57f3771e086d0387c195a052a0a6
|
checksum=c12d16fb605103d7c256ddce44012dc396af57f3771e086d0387c195a052a0a6
|
||||||
|
|
||||||
|
LDFLAGS="-lncursesw"
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
# XXX perl module
|
# XXX perl module
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
configure_args+=" --without-perl"
|
configure_args+=" --without-perl"
|
||||||
subpackages="irssi-devel"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user