aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-03-01 08:39:52 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-03-01 08:39:52 -0300
commitdd5807508643fe67dee84b0e03892bdfbfb01f05 (patch)
tree07e0773ef21334cf0ce64fbf1536eba5327b71a2
parentca68a55d939fe877af09f2467d6e7c7428bd76c0 (diff)
community/libieee1284: enable on all arches
-rw-r--r--community/libieee1284/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/libieee1284/APKBUILD b/community/libieee1284/APKBUILD
index 49132adef88..71c1f668113 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
}