diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-11-21 00:20:08 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-11-21 00:20:08 -0500 |
commit | e1633d6353330ce67fe0821f2e1858071b304096 (patch) | |
tree | 158fef1814205e4ef1707e2e43bb0406a57aa131 /community/fbgetty | |
parent | 744dfcfc35b710edf7465a461e80d6ca43dfabd4 (diff) |
Add chost in build of fbgetty
Diffstat (limited to 'community/fbgetty')
-rw-r--r-- | community/fbgetty/PKGBUILD | 2 |
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 |