diff options
Diffstat (limited to 'extra/lesstif/PKGBUILD')
-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 2ec414b6b..26bd0627a 100644 --- a/extra/lesstif/PKGBUILD +++ b/extra/lesstif/PKGBUILD @@ -5,11 +5,12 @@ pkgname=lesstif pkgver=0.95.2 pkgrel=6 pkgdesc="LGPL'd re-implementation of Motif" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://sourceforge.net/projects/lesstif/" license=('LGPL' 'MIT') depends=('freetype2' 'libxt' 'libxp') -options=('!makeflags' '!buildflags') +[ "$CARCH" = "mips64el" ] && options=('!makeflags') +[ "$CARCH" = "mips64el" ] || options=('!makeflags' '!buildflags') source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2" 'LICENSE' '040_fedora_XxxxProperty-64bit.diff') |