neverball: rebuild with our {C,LD}FLAGS.
This commit is contained in:
parent
20aeb2698d
commit
1d11266637
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue