diff --git a/srcpkgs/neverball/template b/srcpkgs/neverball/template index 61730efc9af..fd794a4420d 100644 --- a/srcpkgs/neverball/template +++ b/srcpkgs/neverball/template @@ -1,7 +1,7 @@ # Template file for 'neverball' pkgname=neverball version=1.6.0 -revision=2 +revision=3 makedepends="libpng-devel libjpeg-turbo-devel libvorbis-devel SDL2_ttf-devel physfs-devel" depends="desktop-file-utils" short_desc="Puzzle/action game similar to Super Monkey Ball" @@ -12,7 +12,8 @@ distfiles="http://www.neverball.org/$pkgname-$version.tar.gz" checksum=73fe63cca4f96e2d355480d03bc0b2904e83a0abdf65fe8c52db5cc3cca88fa0 do_build() { - make ${makejobs} ENABLE_NLS=1 DATADIR=/usr/share/neverball LOCALEDIR=/usr/share/locale + make ${makejobs} CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \ + ENABLE_NLS=1 DATADIR=/usr/share/neverball LOCALEDIR=/usr/share/locale } do_install() {