diff options
author | linimon <linimon@FreeBSD.org> | 2018-06-18 11:49:09 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-06-18 11:49:09 +0800 |
commit | c0440bda6b4b10acfc2e9dcd34f689807f39e66e (patch) | |
tree | 011ecedd5c814f5703e586c87086601a7a0634a4 /devel/jna | |
parent | fef3d02fc15ae16547472eb1f71f009a47f998c0 (diff) | |
download | freebsd-ports-gnome-c0440bda6b4b10acfc2e9dcd34f689807f39e66e.tar.gz freebsd-ports-gnome-c0440bda6b4b10acfc2e9dcd34f689807f39e66e.tar.zst freebsd-ports-gnome-c0440bda6b4b10acfc2e9dcd34f689807f39e66e.zip |
Mark ports broken on powerpc64, categories d-f.
While here, pet portlint and do some other cleanup.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'devel/jna')
-rw-r--r-- | devel/jna/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/jna/Makefile b/devel/jna/Makefile index 0ed2471500d1..47d4691e2548 100644 --- a/devel/jna/Makefile +++ b/devel/jna/Makefile @@ -15,6 +15,7 @@ LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE.AL BROKEN_armv6= fails to compile: build.xml: compilation failed BROKEN_armv7= fails to compile: build.xml: compilation failed +BROKEN_powerpc64= fails to compile: unrecognized command line option "-Wno-unknown-warning-option" USES= autoreconf:build gmake libtool USE_ANT= yes |