summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extra/ardour/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/ardour/PKGBUILD b/extra/ardour/PKGBUILD
index 9bbca5549..1ae044db7 100644
--- a/extra/ardour/PKGBUILD
+++ b/extra/ardour/PKGBUILD
@@ -25,12 +25,12 @@ build() {
# python2 fix
sed -i 's/python ${SRC}/python2 ${SRC}/' libs/pbd/wscript
+ # SSE code is used by default on all arches.
+ [ "$CARCH" == "mips64el" ] && extra=--no-fpu-optimization
+
python2 waf configure --prefix=/usr \
--configdir=/etc \
- --docs
-
- # All unknown arches are considered i686 with SSE.
- [ "$CARCH" == "mips64el" ] && extra="DIST_TARGET=none"
+ --docs $extra
python2 waf build $MAKEFLAGS
}