diff options
author | linimon <linimon@FreeBSD.org> | 2018-06-05 07:03:09 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-06-05 07:03:09 +0800 |
commit | ef6c671647f6f06168e5fff2653751cc252a404e (patch) | |
tree | 6794373a463f6b82cad041c2e28da56630401741 /comms | |
parent | 6d8e8eaf57e45982b47d50d7916f9918eb3b6a7e (diff) | |
download | freebsd-ports-gnome-ef6c671647f6f06168e5fff2653751cc252a404e.tar.gz freebsd-ports-gnome-ef6c671647f6f06168e5fff2653751cc252a404e.tar.zst freebsd-ports-gnome-ef6c671647f6f06168e5fff2653751cc252a404e.zip |
Fails the same way on powerpc64 as on arvmX.
While here, mark as NOT_FOR mipsX.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'comms')
-rw-r--r-- | comms/rxtx/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/comms/rxtx/Makefile b/comms/rxtx/Makefile index f871a046cef5..2f4fae7a5390 100644 --- a/comms/rxtx/Makefile +++ b/comms/rxtx/Makefile @@ -17,6 +17,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_armv6= fails to link: librxtxParallel.so: No such file or directory BROKEN_armv7= fails to link: librxtxParallel.so: No such file or directory +BROKEN_powerpc64= fails to link: librxtxParallel.so: No such file or directory +NOT_FOR_ARCHS= mips mips64 +NOT_FOR_ARCHS_REASON= Java not available for this architecture USES= gmake libtool zip |