diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-07-19 19:07:35 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-07-19 19:07:35 -0500 |
commit | 182ec789d792f7797b31dd8e1426c586031be30f (patch) | |
tree | daa2a15960858e7ef872fd397be195f6839f2dc1 /community/xnc | |
parent | 4a6ac3577bf4946bd9a3c37c95136c823a8714de (diff) |
Add chost in builds
Diffstat (limited to 'community/xnc')
-rw-r--r-- | community/xnc/PKGBUILD | 2 |
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 } |