From e374d0adb77ca21059a1ba75048eb14132fb1771 Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Wed, 17 Aug 2016 20:57:32 +0000 Subject: testing/py-pygtksourceview2: update config.guess --- testing/py-pygtksourceview2/APKBUILD | 5 +++++ 1 file changed, 5 insertions(+) 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 \ -- cgit v1.2.3