aboutsummaryrefslogtreecommitdiffstats
path: root/community/ftgl/APKBUILD
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2016-08-28 21:04:51 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2016-08-28 21:04:51 +0000
commit5a45173b50892cb634197c30b3506ebff98d3b7d (patch)
treee85c4dc581480d151020882e1d00f37b676e2a1e /community/ftgl/APKBUILD
parentf6c8a5c421ec1271414812eaa0bc0310b79b98a4 (diff)
community/ftgl: update config guess
Diffstat (limited to 'community/ftgl/APKBUILD')
-rw-r--r--community/ftgl/APKBUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/community/ftgl/APKBUILD b/community/ftgl/APKBUILD
index 7a859a1861f..5a7403daa16 100644
--- a/community/ftgl/APKBUILD
+++ b/community/ftgl/APKBUILD
@@ -20,6 +20,11 @@ source="http://downloads.sourceforge.net/$pkgname/$pkgname-${_pkgver}.tar.bz2
"
builddir="$srcdir/$pkgname-2.1.3~rc5"
+prepare() {
+ default_prepare || return 1
+ update_config_guess || return 1
+}
+
build() {
cd "$builddir"
./configure \