summaryrefslogtreecommitdiff
path: root/community/armagetronad
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2012-07-21 17:49:18 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2012-07-21 17:49:18 -0500
commitc25ed1401d3fa3dd6827c33bc11b660dcd425f23 (patch)
treec9803ac1b09f066db7d58da9ba9ac148f42e1965 /community/armagetronad
parent938349983211e9fe66494a51384d32c44e4d1ffd (diff)
Add chost in builds
Diffstat (limited to 'community/armagetronad')
-rw-r--r--community/armagetronad/PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/community/armagetronad/PKGBUILD b/community/armagetronad/PKGBUILD
index 7b9972f5f..3703a1448 100644
--- a/community/armagetronad/PKGBUILD
+++ b/community/armagetronad/PKGBUILD
@@ -23,6 +23,7 @@ build() {
sed -i 's|FTGL.h|ftgl.h|g' configure
sed -i 's|png_check_sig|png_sig_cmp|g' configure
./configure --prefix=/usr \
+ --build=$CHOST \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--disable-games \