summaryrefslogtreecommitdiff
path: root/community/hevea
diff options
context:
space:
mode:
Diffstat (limited to 'community/hevea')
-rw-r--r--community/hevea/PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/community/hevea/PKGBUILD b/community/hevea/PKGBUILD
index d988b2cec..f8bcefdb9 100644
--- a/community/hevea/PKGBUILD
+++ b/community/hevea/PKGBUILD
@@ -18,6 +18,7 @@ md5sums=('5cf0070c7cf5c7c020a657c513eaa0b5')
build() {
cd $srcdir/$pkgname-$pkgver
sed -i 's:usr/local:usr:' Makefile
+ [ "$CARCH" = "mips64el" ] && (sed -i 's:TARGET=opt:TARGET=byte:' Makefile)
make
}