summaryrefslogtreecommitdiff
path: root/community/fbgetty/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/fbgetty/PKGBUILD')
-rw-r--r--community/fbgetty/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/fbgetty/PKGBUILD b/community/fbgetty/PKGBUILD
index 38a78390e..8501ab67f 100644
--- a/community/fbgetty/PKGBUILD
+++ b/community/fbgetty/PKGBUILD
@@ -15,7 +15,7 @@ build()
{
cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr --mandir=/usr/share/man
+ ./configure --prefix=/usr --mandir=/usr/share/man --build=$CHOST
patch src/options.c <<EOF
33a34