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/xcircuit | |
parent | 4a6ac3577bf4946bd9a3c37c95136c823a8714de (diff) |
Add chost in builds
Diffstat (limited to 'community/xcircuit')
-rw-r--r-- | community/xcircuit/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 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 |