summaryrefslogtreecommitdiff
path: root/community/xfe
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-12 03:40:54 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-12 03:40:54 +0000
commit5d4b5782f03734e12c907cbc7e4b8c35926e9554 (patch)
treed6b52861ee269d63f88807a3e6cefc926a173247 /community/xfe
parent345769552026b46d72b7318f1efa6d615ce03ee3 (diff)
Wed Mar 12 03:36:36 UTC 2014
Diffstat (limited to 'community/xfe')
-rw-r--r--community/xfe/PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/community/xfe/PKGBUILD b/community/xfe/PKGBUILD
index c22a95295..46c034a49 100644
--- a/community/xfe/PKGBUILD
+++ b/community/xfe/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 101413 2013-11-25 09:08:58Z spupykin $
+# $Id: PKGBUILD 107007 2014-03-11 11:16:08Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Eric Belanger <belanger@astro.umontreal.ca>
# Contributor: Ravi Desai <ravster3@hotmail.com>
@@ -17,9 +17,11 @@ md5sums=('ce2a317ab4f7d728878d815afe13c1be')
build() {
cd $srcdir/$pkgname-$pkgver
-# LDFLAGS=-lX11 ./configure --prefix=/usr
+ sed -i 's|freetype/config/ftheader.h|config/ftheader.h|g' configure.ac
+ aclocal
+ automake --add-missing
+ autoreconf
./configure --prefix=/usr
-# sed -i 's|inline||' src/xfeutils.cpp
make
}