aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-24 14:17:36 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-06-24 14:17:36 -0300
commit56eddb85b3379c312efa71544ef22612d64ba2d3 (patch)
treea8deff04dcba17f07374fe196b3613308fd5d709
parente5082b93dd819570de9adecb506a2f9363364211 (diff)
downloadaports-56eddb85b3379c312efa71544ef22612d64ba2d3.tar.bz2
aports-56eddb85b3379c312efa71544ef22612d64ba2d3.tar.xz
testing/audiofile: update config_guess to fix ppc64le
-rw-r--r--testing/audiofile/APKBUILD5
1 files changed, 5 insertions, 0 deletions
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