diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-03-01 08:39:52 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-01 08:39:52 -0300 |
commit | dd5807508643fe67dee84b0e03892bdfbfb01f05 (patch) | |
tree | 07e0773ef21334cf0ce64fbf1536eba5327b71a2 | |
parent | ca68a55d939fe877af09f2467d6e7c7428bd76c0 (diff) | |
download | aports-dd5807508643fe67dee84b0e03892bdfbfb01f05.tar.bz2 aports-dd5807508643fe67dee84b0e03892bdfbfb01f05.tar.xz |
community/libieee1284: enable on all arches
-rw-r--r-- | community/libieee1284/APKBUILD | 5 |
1 files 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 } |