From a68023264be1b270e4036cdff1cd5b6f4bb79114 Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Wed, 17 Aug 2016 20:55:52 +0000 Subject: [PATCH] testing/py-gtkglext: update config.guess --- testing/py-gtkglext/APKBUILD | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/testing/py-gtkglext/APKBUILD b/testing/py-gtkglext/APKBUILD index b75459c25b7..521c8f24e9c 100644 --- a/testing/py-gtkglext/APKBUILD +++ b/testing/py-gtkglext/APKBUILD @@ -18,6 +18,11 @@ source="http://downloads.sourceforge.net/gtkglext/$_pkgname-$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver +prepare() { + default_prepare || return 1 + update_config_guess || return 1 +} + build() { cd "$builddir" ./configure --prefix=/usr