diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-17 20:57:32 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-17 21:03:42 +0000 |
commit | e374d0adb77ca21059a1ba75048eb14132fb1771 (patch) | |
tree | 52db1c2855ea72a3b6bda84a8a35d47cecb184f3 /testing/py-pygtksourceview2 | |
parent | a68023264be1b270e4036cdff1cd5b6f4bb79114 (diff) | |
download | aports-e374d0adb77ca21059a1ba75048eb14132fb1771.tar.bz2 aports-e374d0adb77ca21059a1ba75048eb14132fb1771.tar.xz |
testing/py-pygtksourceview2: update config.guess
Diffstat (limited to 'testing/py-pygtksourceview2')
-rw-r--r-- | testing/py-pygtksourceview2/APKBUILD | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/py-pygtksourceview2/APKBUILD b/testing/py-pygtksourceview2/APKBUILD index 3c4131ab26..f23d9bc3c4 100644 --- a/testing/py-pygtksourceview2/APKBUILD +++ b/testing/py-pygtksourceview2/APKBUILD @@ -15,6 +15,11 @@ subpackages="$pkgname-dev" source="https://download.gnome.org/sources/$_pkgname/2.10/$_pkgname-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" +prepare() { + default_prepare || return 1 + update_config_guess || return 1 +} + build() { cd "$builddir" ./configure \ |