summaryrefslogtreecommitdiff
path: root/extra/ftgl/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/ftgl/PKGBUILD')
-rw-r--r--extra/ftgl/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/ftgl/PKGBUILD b/extra/ftgl/PKGBUILD
index ecc5e938a..279f616a2 100644
--- a/extra/ftgl/PKGBUILD
+++ b/extra/ftgl/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 168600 2012-10-13 11:46:59Z andyrtr $
+# $Id: PKGBUILD 168802 2012-10-16 03:14:27Z heftig $
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Contributor: Alexander Baldeck <alexander@archlinux.org>
# Contributor: tobias <tobias@archlinux.org>
@@ -19,6 +19,7 @@ md5sums=('c7879018cde844059495b3029b0b6503')
build() {
cd "$srcdir/$pkgname-${_pkgver/-/~}"
+ sed -i '/^SUBDIRS =/s/demo//' Makefile.in
./configure --prefix=/usr --with-pic --disable-static
make
}