summaryrefslogtreecommitdiff
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
parent587ef83d1f97efc504ff0865427eab481ad6504b (diff)
fixes
-rw-r--r--community/fish/PKGBUILD1
-rw-r--r--community/gcolor2/PKGBUILD1
-rw-r--r--core/gmp/PKGBUILD1
3 files changed, 2 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
diff --git a/core/gmp/PKGBUILD b/core/gmp/PKGBUILD
index f93147e09..4f429109b 100644
--- a/core/gmp/PKGBUILD
+++ b/core/gmp/PKGBUILD
@@ -18,6 +18,7 @@ md5sums=('6bac6df75c192a13419dfd71d19240a7')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
[ "${CARCH}" = "i686" ] && export ABI="32"
+ [ "${CARCH}" = "mips64el" ] && export ABI="N32"
./configure --build=${CHOST} \
--prefix=/usr --infodir=/usr/share/info \
--enable-cxx