diff options
author | Drew DeVault <sir@cmpwn.com> | 2020-01-25 10:09:16 -0500 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2020-01-25 15:52:57 +0000 |
commit | abcc140e83b8378d5499dd00fbf63764c22af5b4 (patch) | |
tree | bd642cf3ca5d2bcb633d497f51b8876e3be4f25d /testing | |
parent | 5cfd02da41c0c6a413c83e2bceab2051ec3ea702 (diff) | |
download | aports-abcc140e83b8378d5499dd00fbf63764c22af5b4.zip |
testing/brltty: disable ppc64le
Build fails with:
> /usr/lib/gcc/powerpc64le-alpine-linux-musl/9.2.0/../../../../powerpc64le-alpine-linux-musl/bin/ld:
> ports_glibc.o: in function `readPort1': ports_glibc.c:(.text+0x130):
> undefined reference to `inb'
> /usr/lib/gcc/powerpc64le-alpine-linux-musl/9.2.0/../../../../powerpc64le-alpine-linux-musl/bin/ld:
> ports_glibc.o: in function `writePort1': ports_glibc.c:(.text+0x178):
> undefined reference to `outb
Diffstat (limited to 'testing')
-rw-r--r-- | testing/brltty/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/brltty/APKBUILD b/testing/brltty/APKBUILD index 3c1a6d65d65..c732ae53c91 100644 --- a/testing/brltty/APKBUILD +++ b/testing/brltty/APKBUILD @@ -4,7 +4,7 @@ pkgver="6.0" pkgrel=0 pkgdesc="Refreshable braille display driver daemon" url="http://brltty.app" -arch="all" +arch="all !ppc64le" license="LGPL-2.1" makedepends=" autoconf |