summaryrefslogtreecommitdiff
path: root/extra/lesstif
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-06-05 15:20:22 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-06-05 15:20:22 -0300
commit77c10ec29ef70759101a7484beb624a5d952d6f6 (patch)
tree253b6fe2de84a6088566f569bf8dcf4702a3d0e3 /extra/lesstif
parent957557945e9be0a00d5153afc17f69ffe751426f (diff)
use mips64el cflags
Diffstat (limited to 'extra/lesstif')
-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')