diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-01 19:25:00 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-01 19:25:00 +0000 |
commit | c1babd7ddb2eef433431d342422ceb44094e611c (patch) | |
tree | c294df00509e0e3634bb037ebee32db884c7b1c2 /java | |
parent | 3980169c5f07bd29aca9d4622d79e2992d3adb6a (diff) | |
download | ports-c1babd7ddb2eef433431d342422ceb44094e611c.tar.gz ports-c1babd7ddb2eef433431d342422ceb44094e611c.zip |
Notes
Diffstat (limited to 'java')
-rw-r--r-- | java/classpath/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/java/classpath/Makefile b/java/classpath/Makefile index 76a6cc5668de..74fcd3d21d4a 100644 --- a/java/classpath/Makefile +++ b/java/classpath/Makefile @@ -15,6 +15,9 @@ COMMENT= GNU project to create a free Java class library LICENSE= GPLv2 +BROKEN_aarch64= fails to configure: error: The jar tool /usr/local/bin/gjar5 was not found +BROKEN_armv6= fails to configure: error: The jar tool /usr/local/bin/gjar5 was not found + GNU_CONFIGURE= yes USES= gmake iconv libtool perl5 pkgconfig USE_LDCONFIG= yes |