diff options
author | linimon <linimon@FreeBSD.org> | 2017-01-31 11:40:46 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-01-31 11:40:46 +0800 |
commit | 5f8cfeecdfe3b38a23300470e9b836ada7916daa (patch) | |
tree | 0d0809d74c7183324fd4c40d2cc1f8c9c36af021 /comms | |
parent | 59a089f597ea0dba8f7962c3c2153b0d9444e15a (diff) | |
download | freebsd-ports-gnome-5f8cfeecdfe3b38a23300470e9b836ada7916daa.tar.gz freebsd-ports-gnome-5f8cfeecdfe3b38a23300470e9b836ada7916daa.tar.zst freebsd-ports-gnome-5f8cfeecdfe3b38a23300470e9b836ada7916daa.zip |
Mark various ports broken on aarch64 and armv6.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'comms')
-rw-r--r-- | comms/linrad/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/comms/linrad/Makefile b/comms/linrad/Makefile index d8c2063de89e..ccb2f4a29ca4 100644 --- a/comms/linrad/Makefile +++ b/comms/linrad/Makefile @@ -32,6 +32,8 @@ LINRAD_DOCFILES= z_APM.txt z_BUFFERS.txt z_CALIBRATE.txt \ z_PARALLEL_PORT.txt z_SETTINGS.txt \ z_USERS_EXTRA.txt z_USERS_HWARE.txt +BROKEN_aarch64= Fails to compile: implicit declaration of function outb +BROKEN_armv6= Fails to configure: can not find /nxb-bin/usr/bin/cc BROKEN_sparc64= Fails to compile: implicit declaration of function outb .include <bsd.port.pre.mk> |