summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--community/distcc/PKGBUILD2
-rw-r--r--community/epdfview/PKGBUILD2
-rw-r--r--core/gettext/PKGBUILD4
-rw-r--r--extra/fam/PKGBUILD2
-rw-r--r--extra/poppler/PKGBUILD2
-rw-r--r--extra/samba/PKGBUILD2
6 files changed, 7 insertions, 7 deletions
diff --git a/community/distcc/PKGBUILD b/community/distcc/PKGBUILD
index cff46c12d..223fd2350 100644
--- a/community/distcc/PKGBUILD
+++ b/community/distcc/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=distcc
pkgver=3.1
-pkgrel=3
+pkgrel=4
pkgdesc="A distributed C, C++, Obj C compiler"
arch=('i686' 'x86_64' 'mips64el')
url="http://code.google.com/p/distcc/"
diff --git a/community/epdfview/PKGBUILD b/community/epdfview/PKGBUILD
index a8c991d32..1c11e43d0 100644
--- a/community/epdfview/PKGBUILD
+++ b/community/epdfview/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=epdfview
pkgver=0.1.7
-pkgrel=8
+pkgrel=9
pkgdesc="A free lightweight PDF document viewer."
url="http://www.emma-soft.com/projects/epdfview/"
arch=('i686' 'x86_64' 'mips64el')
diff --git a/core/gettext/PKGBUILD b/core/gettext/PKGBUILD
index 11409ea5d..1beb44222 100644
--- a/core/gettext/PKGBUILD
+++ b/core/gettext/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gettext
pkgver=0.18.1.1
-pkgrel=3
+pkgrel=4
pkgdesc="GNU internationalization library"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.gnu.org/software/gettext/"
@@ -19,7 +19,7 @@ md5sums=('3dd55b952826d2b32f51308f2f91aa89')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
sed -i -e 's/libexpat.so.0/libexpat.so.1/' gettext-tools/src/x-glade.c
- ./configure --prefix=/usr --enable-csharp
+ ./configure --build=$CHOST --prefix=/usr --enable-csharp
make
}
diff --git a/extra/fam/PKGBUILD b/extra/fam/PKGBUILD
index 031971dcd..295b69dfe 100644
--- a/extra/fam/PKGBUILD
+++ b/extra/fam/PKGBUILD
@@ -41,7 +41,7 @@ build() {
autoconf
libtoolize --copy --force
- ./configure --prefix=/usr --sysconfdir=/etc/fam
+ ./configure --build=$CHOST --prefix=/usr --sysconfdir=/etc/fam
make
}
diff --git a/extra/poppler/PKGBUILD b/extra/poppler/PKGBUILD
index 51a71fe49..91ba866f1 100644
--- a/extra/poppler/PKGBUILD
+++ b/extra/poppler/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgbase=poppler
-pkgname=('poppler' 'poppler-glib' 'poppler-qt')
+pkgname=('poppler' 'poppler-glib')
pkgver=0.16.5
pkgrel=1
arch=(i686 x86_64 'mips64el')
diff --git a/extra/samba/PKGBUILD b/extra/samba/PKGBUILD
index 6bd883503..69a26c0d3 100644
--- a/extra/samba/PKGBUILD
+++ b/extra/samba/PKGBUILD
@@ -9,7 +9,7 @@ pkgver=3.5.8
# misconstrues as alpha, beta, etc. Bad samba!
_realver=3.5.8
pkgrel=3
-arch=(i686 x86_64)
+arch=(i686 x86_64 'mips64el')
url="http://www.samba.org"
license=('GPL3')
makedepends=('db' 'popt' 'libcups' 'acl' 'libldap' 'libcap' 'krb5' 'pam' 'fam' 'gnutls>=2.4.1' 'talloc' 'tdb')