summaryrefslogtreecommitdiff
path: root/community/gcolor2
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-04-21 23:48:29 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-04-21 23:48:29 -0300
commitc034be9e8f973eb6c1dbb77fb4528fad379ddbfd (patch)
treef2db563e5bbaf23156619d835bb49bfae0b1557a /community/gcolor2
parent587ef83d1f97efc504ff0865427eab481ad6504b (diff)
fixes
Diffstat (limited to 'community/gcolor2')
-rw-r--r--community/gcolor2/PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/community/gcolor2/PKGBUILD b/community/gcolor2/PKGBUILD
index a180e38c5..31195e06d 100644
--- a/community/gcolor2/PKGBUILD
+++ b/community/gcolor2/PKGBUILD
@@ -21,6 +21,7 @@ md5sums=('02de9d925ad5921522685f402caec3ec'
build() {
cd $srcdir/$pkgname-$pkgver
[ "$CARCH" == "x86_64" ] && (patch -p1 < ../gcolor2-0.4-amd64.patch || return 1)
+ [ "$CARCH" == "mips64el" ] && (patch -p1 < ../gcolor2-0.4-amd64.patch || return 1)
./configure --prefix=/usr
make || return 1
make DESTDIR=$pkgdir install || return 1