aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libieee1284/APKBUILD
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-07-26 13:55:21 +0200
committerJakub Jirutka <jakub@jirutka.cz>2017-07-26 13:55:21 +0200
commitc126ed8f1701f2f5838af5b89ccd0ccffd0402c8 (patch)
treebaab0602fdaffbb824256a8ee8e9fc360cbc857b /testing/libieee1284/APKBUILD
parentcb564c1b557c4b6af963b375a32309feddb9c444 (diff)
downloadaports-c126ed8f1701f2f5838af5b89ccd0ccffd0402c8.tar.bz2
aports-c126ed8f1701f2f5838af5b89ccd0ccffd0402c8.tar.xz
testing/libieee1284: disable on ppc64le (failed to build)
In file included from src/access_io.c:53:0: src/access_io.c: In function 'raw_inb': src/io.h:13:3: error: impossible register constraint in 'asm' __asm__ __volatile__ ("inb %w1,%0":"=a" (_v):"Nd" (port)); ^~~~~~~
Diffstat (limited to 'testing/libieee1284/APKBUILD')
-rw-r--r--testing/libieee1284/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/libieee1284/APKBUILD b/testing/libieee1284/APKBUILD
index ffbcef089c..a9ae16d33e 100644
--- a/testing/libieee1284/APKBUILD
+++ b/testing/libieee1284/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.2.11
pkgrel=0
pkgdesc="A cross-platform library for parallel port access"
url="http://cyberelk.net/tim/libieee1284"
-arch="all"
+arch="all !ppc64le"
license="GPL2"
depends_dev="py-$pkgname"
makedepends="file python2-dev"