summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-05-30 10:39:23 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-05-30 10:39:23 -0300
commite698dfa34a00894b7e3cda64d79796f42f94a738 (patch)
treefc1cde99f43b1935d34936709103a16394da7d57 /extra
parent2c94bd2955b56b177726687b71d4b443a8e1a9f3 (diff)
updates
Diffstat (limited to 'extra')
-rw-r--r--extra/fam/PKGBUILD2
-rw-r--r--extra/poppler/PKGBUILD2
-rw-r--r--extra/samba/PKGBUILD2
3 files changed, 3 insertions, 3 deletions
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')