diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-07-03 07:27:25 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-07-03 07:31:03 +0000 |
commit | a9bb24ef0967369f34dd8760ce8de52d9819a6a0 (patch) | |
tree | 6933a4442f89b76706653c5f96caca56eb0ca8b7 /main/zsnes | |
parent | fd641092f593d069b998a466b54b882d9c8d7910 (diff) | |
download | aports-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/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/zsnes/APKBUILD b/main/zsnes/APKBUILD index a0d52404e9..955314d90b 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 \ |