From 56eddb85b3379c312efa71544ef22612d64ba2d3 Mon Sep 17 00:00:00 2001 From: Leo Date: Mon, 24 Jun 2019 14:17:36 -0300 Subject: testing/audiofile: update config_guess to fix ppc64le --- testing/audiofile/APKBUILD | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'testing') diff --git a/testing/audiofile/APKBUILD b/testing/audiofile/APKBUILD index 8add493025..8af13e53ec 100644 --- a/testing/audiofile/APKBUILD +++ b/testing/audiofile/APKBUILD @@ -12,6 +12,11 @@ source="https://audiofile.68k.org/$pkgname-$pkgver.tar.gz gcc8-build-fixes.patch" subpackages="$pkgname-static $pkgname-dev $pkgname-libs $pkgname-doc" +prepare() { + default_prepare + update_config_guess +} + build() { ./configure \ --prefix=/usr -- cgit v1.2.3