summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extra/lesstif/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/lesstif/PKGBUILD b/extra/lesstif/PKGBUILD
index 42fe30077..59769dff4 100644
--- a/extra/lesstif/PKGBUILD
+++ b/extra/lesstif/PKGBUILD
@@ -12,7 +12,8 @@ arch=('i686' 'x86_64' 'mips64el')
url="http://www.lesstif.org/"
license=('LGPL' 'MIT')
depends=('freetype2' 'libxt' 'libxp')
-options=('!libtool' '!buildflags')
+[ "$CARCH" = "mips64el" ] && options=('!libtool')
+[ "$CARCH" = "mips64el" ] || options=('!libtool' '!buildflags')
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
'LICENSE'
'040_fedora_XxxxProperty-64bit.diff')