diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-28 21:04:51 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-28 21:04:51 +0000 |
commit | 5a45173b50892cb634197c30b3506ebff98d3b7d (patch) | |
tree | e85c4dc581480d151020882e1d00f37b676e2a1e /community/ftgl | |
parent | f6c8a5c421ec1271414812eaa0bc0310b79b98a4 (diff) | |
download | aports-5a45173b50892cb634197c30b3506ebff98d3b7d.tar.bz2 aports-5a45173b50892cb634197c30b3506ebff98d3b7d.tar.xz |
community/ftgl: update config guess
Diffstat (limited to 'community/ftgl')
-rw-r--r-- | community/ftgl/APKBUILD | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/community/ftgl/APKBUILD b/community/ftgl/APKBUILD index 7a859a1861..5a7403daa1 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 \ |