summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2013-06-27 06:30:49 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2013-06-27 06:30:49 -0500
commit429d17698f464c30fb1efc76b0cd60f0fe8e1172 (patch)
treef87785fd2653b09b9b5d8d3c80df001d3f694bc7 /community
parent5d8fd6b745f3c5a66765b4a31fbdba5b73c90b0a (diff)
Fix build in gtypist
Diffstat (limited to 'community')
-rw-r--r--community/gtypist/PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/community/gtypist/PKGBUILD b/community/gtypist/PKGBUILD
index d8fd5057f..025697fc8 100644
--- a/community/gtypist/PKGBUILD
+++ b/community/gtypist/PKGBUILD
@@ -21,6 +21,8 @@ md5sums=('e26c29be0adf345604a802be81712bee'
build() {
cd $srcdir/$pkgname-$pkgver
patch -p1 <$srcdir/ncurses.patch
+ aclocal
+ automake --add-missing
autoreconf
./configure --prefix=/usr
make