summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--community/xcircuit/PKGBUILD2
-rw-r--r--community/xdebug/PKGBUILD2
-rw-r--r--community/xnc/PKGBUILD2
3 files changed, 3 insertions, 3 deletions
diff --git a/community/xcircuit/PKGBUILD b/community/xcircuit/PKGBUILD
index 24661289e..8e0309a83 100644
--- a/community/xcircuit/PKGBUILD
+++ b/community/xcircuit/PKGBUILD
@@ -17,7 +17,7 @@ md5sums=('6026f65a4bc327e5769157ffd1387342')
build() {
cd $srcdir/$pkgname-$pkgver
- ./configure prefix=/usr --with-tcl=/usr/lib --with-tk=/usr/lib --mandir=/usr/share/man
+ ./configure prefix=/usr --build=$CHOST --with-tcl=/usr/lib --with-tk=/usr/lib --mandir=/usr/share/man
make
make DESTDIR=$pkgdir install
mkdir -p $pkgdir/usr/share/man/man1
diff --git a/community/xdebug/PKGBUILD b/community/xdebug/PKGBUILD
index 5a2244bb9..30a63d632 100644
--- a/community/xdebug/PKGBUILD
+++ b/community/xdebug/PKGBUILD
@@ -30,7 +30,7 @@ build() {
make
cd debugclient
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --build=$CHOST
make
make DESTDIR=$pkgdir install
diff --git a/community/xnc/PKGBUILD b/community/xnc/PKGBUILD
index 208b9ec93..74b6a4f11 100644
--- a/community/xnc/PKGBUILD
+++ b/community/xnc/PKGBUILD
@@ -23,7 +23,7 @@ build() {
cd "$srcdir/$pkgname-$pkgver"
patch -p1 <$srcdir/xnc-gcc44.patch
patch -p1 <$srcdir/libpng15.patch
- ./configure --prefix=/usr --mandir=/usr/share/man
+ ./configure --prefix=/usr --mandir=/usr/share/man --build=$CHOST
make
make DESTDIR="$pkgdir" install
}