summaryrefslogtreecommitdiff
path: root/community/setconf
diff options
context:
space:
mode:
Diffstat (limited to 'community/setconf')
-rw-r--r--community/setconf/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/setconf/PKGBUILD b/community/setconf/PKGBUILD
index 6783a0d0f..4827be4e4 100644
--- a/community/setconf/PKGBUILD
+++ b/community/setconf/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=setconf
pkgver=0.3.2
pkgrel=4
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')
@@ -16,7 +16,7 @@ build() {
cd "$srcdir/$pkgname-$pkgver"
shedskin "$pkgname.py"
- make CPPFLAGS="-march=native -fomit-frame-pointer"
+ make CPPFLAGS="$CFLAGS"
}
package() {