mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
testing/py-gtkglext: update config.guess
This commit is contained in:
parent
c979323264
commit
a68023264b
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user