summaryrefslogtreecommitdiffstats
path: root/main/zsnes
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-07-03 07:27:25 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-07-03 07:31:03 +0000
commita9bb24ef0967369f34dd8760ce8de52d9819a6a0 (patch)
tree6933a4442f89b76706653c5f96caca56eb0ca8b7 /main/zsnes
parentfd641092f593d069b998a466b54b882d9c8d7910 (diff)
downloadaports-a9bb24ef0967369f34dd8760ce8de52d9819a6a0.tar.bz2
aports-a9bb24ef0967369f34dd8760ce8de52d9819a6a0.tar.xz
main/<various>: build fix for GCC_SPECS
should not include the full path
Diffstat (limited to 'main/zsnes')
-rw-r--r--main/zsnes/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/zsnes/APKBUILD b/main/zsnes/APKBUILD
index a0d52404e..955314d90 100644
--- a/main/zsnes/APKBUILD
+++ b/main/zsnes/APKBUILD
@@ -27,7 +27,7 @@ build ()
cd "$srcdir"/${pkgname}_${pkgver%.*}_${pkgver#*.}/src
aclocal && autoconf || return 1
- export GCC_SPECS=/usr/share/gcc/hardenednopie.specs
+ export GCC_SPECS=hardenednopie.specs
./configure --prefix=/usr \
--mandir=/usr/share/man \
x_libraries=/usr/lib \