diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-08-27 06:22:53 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-08-27 06:22:53 +0000 |
commit | 6c0538d0606da2d1848e5740133b56abf01ec712 (patch) | |
tree | 01ffa6b38f9a99a26635abb82486b8fe98bd6a3d /main/zsnes | |
parent | 6b1226cde39257978dbc446db0d7dcaca53c2f67 (diff) | |
download | aports-6c0538d0606da2d1848e5740133b56abf01ec712.tar.bz2 aports-6c0538d0606da2d1848e5740133b56abf01ec712.tar.xz |
main/zsnes: rebuild against libpng16
Diffstat (limited to 'main/zsnes')
-rw-r--r-- | main/zsnes/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/zsnes/APKBUILD b/main/zsnes/APKBUILD index 47c503aaf7..6240d9c4d8 100644 --- a/main/zsnes/APKBUILD +++ b/main/zsnes/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=zsnes pkgver=1.51 -pkgrel=8 +pkgrel=9 pkgdesc="Super Nintendo emulator" url="http://www.zsnes.com/" arch="x86" @@ -16,8 +16,7 @@ source="http://downloads.sourceforge.net/sourceforge/$pkgname/${pkgname}151src.t zsnes-libpng15.patch zsnes_icon.png" -build () -{ +build() { cd "$srcdir"/${pkgname}_${pkgver%.*}_${pkgver#*.} for i in $source; do case $i in @@ -28,6 +27,7 @@ build () cd "$srcdir"/${pkgname}_${pkgver%.*}_${pkgver#*.}/src aclocal && autoconf || return 1 export GCC_SPECS=hardenednopie.specs + LDFLAGS="$LDFLAGS -fno-PIE" ./configure \ --build=$CBUILD \ --host=$CHOST \ |