From dd5807508643fe67dee84b0e03892bdfbfb01f05 Mon Sep 17 00:00:00 2001 From: Leo Date: Sun, 1 Mar 2020 08:39:52 -0300 Subject: community/libieee1284: enable on all arches --- community/libieee1284/APKBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/community/libieee1284/APKBUILD b/community/libieee1284/APKBUILD index 49132adef8..71c1f66811 100644 --- a/community/libieee1284/APKBUILD +++ b/community/libieee1284/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.2.11 pkgrel=2 pkgdesc="A cross-platform library for parallel port access" url="http://cyberelk.net/tim/libieee1284" -arch="x86 x86_64" +arch="all" license="GPL-2.0-or-later" makedepends="file" subpackages="$pkgname-static $pkgname-dev $pkgname-doc" @@ -21,7 +21,8 @@ build() { ./configure \ --prefix=/usr \ --mandir=/usr/share/man \ - --without-python + --without-python \ + ac_cv_header_sys_io_h=no make } -- cgit v1.2.3