aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libieee1284/APKBUILD
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-07-26 13:10:19 +0200
committerJakub Jirutka <jakub@jirutka.cz>2017-07-26 13:10:33 +0200
commitcb564c1b557c4b6af963b375a32309feddb9c444 (patch)
treea8b1c98805d94cb0dde87c6668d38c125b0931f1 /testing/libieee1284/APKBUILD
parent915046b61d93752ed597d761008364b231434694 (diff)
downloadaports-cb564c1b557c4b6af963b375a32309feddb9c444.tar.bz2
aports-cb564c1b557c4b6af963b375a32309feddb9c444.tar.xz
testing/libieee1284: update config guess to fix build on ppc64le
Diffstat (limited to 'testing/libieee1284/APKBUILD')
-rw-r--r--testing/libieee1284/APKBUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/libieee1284/APKBUILD b/testing/libieee1284/APKBUILD
index f68e88554e..ffbcef089c 100644
--- a/testing/libieee1284/APKBUILD
+++ b/testing/libieee1284/APKBUILD
@@ -15,6 +15,11 @@ source="http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.t
builddir="$srcdir/$pkgname-$pkgver"
options="!check"
+prepare() {
+ default_prepare
+ update_config_guess
+}
+
build() {
cd "$builddir"