tweak: fix cross-build.

This commit is contained in:
Christian Neukirchen 2015-05-17 16:15:30 +02:00
parent 553176b289
commit e9cdaad3c4
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'tweak'
pkgname=tweak
version=3.01
revision=2
revision=3
build_pie=yes
makedepends="ncurses-devel"
short_desc="An efficient hex editor"
@ -12,7 +12,7 @@ distfiles="http://www.chiark.greenend.org.uk/~sgtatham/${pkgname}/${pkgname}-${v
checksum=196e629705969d0f44fdd1436a31c213478bc3ee8ba63e986b56105353c8fd94
do_build() {
make ${makejobs} CC="$CC" CFLAGS="-c $CFLAGS" LIBS="$LDFLAGS -lncurses"
make ${makejobs} CC="$CC" LINK="$CC" CFLAGS="-c $CFLAGS" LIBS="$LDFLAGS -lncurses"
}
do_install() {