summaryrefslogtreecommitdiff
path: root/community/hevea
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2013-01-06 10:47:30 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2013-01-06 10:47:30 -0500
commit5cfda3f8fe1d0b3a7ae64f1b1f4fed5f1eece0c8 (patch)
treed22cb08f50972fc2ff172d688aa1ead86a1732e3 /community/hevea
parent48aee6d0c3c982f2e9055184bf3187c0a37ed656 (diff)
Fix build in hevea
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
}