diff options
Diffstat (limited to 'community/setconf/PKGBUILD')
-rw-r--r-- | community/setconf/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/setconf/PKGBUILD b/community/setconf/PKGBUILD index e6c5c6c84..ea12e6cd3 100644 --- a/community/setconf/PKGBUILD +++ b/community/setconf/PKGBUILD @@ -5,7 +5,7 @@ pkgname=setconf pkgver=0.4 pkgrel=1 pkgdesc="Utility to easily change settings in Makefiles and configuration files" -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url="http://setconf.roboticoverlords.org/" license=('GPL') depends=('pcre' 'gc') @@ -17,7 +17,7 @@ build() { cd "$srcdir/$pkgname-$pkgver" shedskin "$pkgname.py" - make CPPFLAGS="-march=native -fomit-frame-pointer" + make CPPFLAGS="$CFLAGS" } package() { |