summaryrefslogtreecommitdiff
path: root/community/glee/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/glee/PKGBUILD')
-rw-r--r--community/glee/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/glee/PKGBUILD b/community/glee/PKGBUILD
index ca0b404fb..928cb04b8 100644
--- a/community/glee/PKGBUILD
+++ b/community/glee/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=glee
pkgver=5.4
pkgrel=4
pkgdesc="Free cross-platform extension loading library for OpenGL."
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="http://elf-stone.com/glee.php"
license=('BSD')
depends=('gcc-libs' 'libgl')
@@ -17,7 +17,7 @@ md5sums=('0bd03db136dbc075488b6c6e83f326ae')
build() {
cd "$srcdir"
- [ "$CARCH" = 'x86_64' ] && export CXXFLAGS="$CXXFLAGS -fPIC"
+ [ "$CARCH" != 'i686' ] && export CXXFLAGS="$CXXFLAGS -fPIC"
./configure --prefix=/usr
make