diff options
Diffstat (limited to 'extra/lesstif')
-rw-r--r-- | extra/lesstif/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/lesstif/PKGBUILD b/extra/lesstif/PKGBUILD index 5d0d91350..59769dff4 100644 --- a/extra/lesstif/PKGBUILD +++ b/extra/lesstif/PKGBUILD @@ -8,11 +8,12 @@ pkgname=lesstif pkgver=0.95.2 pkgrel=4 pkgdesc="LGPL'd re-implementation of Motif" -arch=('i686' 'x86_64') +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') |