diff options
Diffstat (limited to 'community/hevea/PKGBUILD')
-rw-r--r-- | community/hevea/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/hevea/PKGBUILD b/community/hevea/PKGBUILD index 6a2b3397c..9fcc51e37 100644 --- a/community/hevea/PKGBUILD +++ b/community/hevea/PKGBUILD @@ -7,7 +7,7 @@ pkgname=hevea pkgver=2.02 pkgrel=1 pkgdesc="A quite complete and fast LATEX to HTML translator" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') depends=('ocaml') license=('GPL') url="http://pauillac.inria.fr/~maranget/hevea/" @@ -18,6 +18,7 @@ md5sums=('b0331fdf123c21ce02f15c890d268306') build() { cd $srcdir/$pkgname-$pkgver sed -i 's:usr/local:usr:' Makefile + [ "$CARCH" = "mips64el" ] && (sed -i 's:TARGET=opt:TARGET=byte:' Makefile) make } |