summaryrefslogtreecommitdiff
path: root/community/xnc
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2012-07-19 19:07:35 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2012-07-19 19:07:35 -0500
commit182ec789d792f7797b31dd8e1426c586031be30f (patch)
treedaa2a15960858e7ef872fd397be195f6839f2dc1 /community/xnc
parent4a6ac3577bf4946bd9a3c37c95136c823a8714de (diff)
Add chost in builds
Diffstat (limited to 'community/xnc')
-rw-r--r--community/xnc/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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
}