From 182ec789d792f7797b31dd8e1426c586031be30f Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Thu, 19 Jul 2012 19:07:35 -0500 Subject: Add chost in builds --- community/xcircuit/PKGBUILD | 2 +- community/xdebug/PKGBUILD | 2 +- community/xnc/PKGBUILD | 2 +- 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 } -- cgit v1.2.3-54-g00ecf