summaryrefslogtreecommitdiff
path: root/community
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
parent587ef83d1f97efc504ff0865427eab481ad6504b (diff)
fixes
Diffstat (limited to 'community')
-rw-r--r--community/fish/PKGBUILD1
-rw-r--r--community/gcolor2/PKGBUILD1
2 files changed, 1 insertions, 1 deletions
diff --git a/community/fish/PKGBUILD b/community/fish/PKGBUILD
index 0c098db9d..204b07db1 100644
--- a/community/fish/PKGBUILD
+++ b/community/fish/PKGBUILD
@@ -12,7 +12,6 @@ arch=('i686' 'x86_64' 'mips64el')
url="http://fishshell.com/"
license=("GPL" "LGPL" "BSD" "MIT")
depends=('ncurses' 'bc')
-makedepends=('doxygen')
install=fish.install
source=(http://fishshell.com/files/$pkgver/$pkgname-$pkgver.tar.bz2)
md5sums=('ead6b7c6cdb21f35a3d4aa1d5fa596f1')
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