summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--community/omniorb/PKGBUILD2
-rw-r--r--community/osiris/PKGBUILD2
-rw-r--r--community/qgo/PKGBUILD4
3 files changed, 4 insertions, 4 deletions
diff --git a/community/omniorb/PKGBUILD b/community/omniorb/PKGBUILD
index 97dfd8f24..81e07273c 100644
--- a/community/omniorb/PKGBUILD
+++ b/community/omniorb/PKGBUILD
@@ -29,7 +29,7 @@ build() {
src/lib/omniORB/orbcore/ssl/sslContext.cc \
include/omniORB4/sslContext.h
./configure --prefix=/usr --with-omniORB-config=/etc/omniorb/omniORB.cfg \
- --with-omniNames-logdir=/var/log/omniORB --with-openssl=/usr
+ --with-omniNames-logdir=/var/log/omniORB --with-openssl=/usr --build=$CHOST
make
}
package(){
diff --git a/community/osiris/PKGBUILD b/community/osiris/PKGBUILD
index b3ca2cb1a..2c27c4d2e 100644
--- a/community/osiris/PKGBUILD
+++ b/community/osiris/PKGBUILD
@@ -29,7 +29,7 @@ build() {
install -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/license.txt
mkdir -p $pkgdir/etc/rc.d
- ./configure --prefix=/usr --enable-fancy-cli --with-md-root-dir=/usr/share/$pkgname
+ ./configure --prefix=/usr --enable-fancy-cli --with-md-root-dir=/usr/share/$pkgname --build=$CHOST
make all
# Arch-ify install locations
diff --git a/community/qgo/PKGBUILD b/community/qgo/PKGBUILD
index 88a1c96f0..d015bc085 100644
--- a/community/qgo/PKGBUILD
+++ b/community/qgo/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=qgo
pkgver=1.5.4
pkgrel=5
pkgdesc="Go client and full featured SGF editor"
-arch=('x86_64' 'i686')
+arch=('x86_64' 'i686' 'mips64el')
url="http://qgo.sourceforge.net/"
license=('GPL')
depends=('qt3' 'libsm')
@@ -23,7 +23,7 @@ build() {
. /etc/profile.d/qt3.sh
patch -Np1 -i "$srcdir/gcc43.patch"
patch -Np1 -i "$srcdir/gcc45.patch"
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --build=$CHOST
make
}