diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-26 20:02:44 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-26 20:02:44 +0000 |
commit | c095cd43d09bd4be60b99b561b39e7866aa8ab0f (patch) | |
tree | 0cde4b8b45b7e4393f92305c47df693c2ef646bd /java/java3d | |
parent | Fix building of sysutils/pftop on FreeBSD 12, where pcap-int.h has been (diff) |
Mark some ports failing on armv6, for errors classified as "???".
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=441814
Diffstat (limited to 'java/java3d')
-rw-r--r-- | java/java3d/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/java3d/Makefile b/java/java3d/Makefile index bc110f314f45..345db3ff069f 100644 --- a/java/java3d/Makefile +++ b/java/java3d/Makefile @@ -13,6 +13,8 @@ COMMENT= Provides API for creating and manipulation of 3D geometry LICENSE= BSD2CLAUSE GPLv2 LICENSE_COMB= multi +BROKEN_armv6= fails to compile: build.xml: Compile failed; see the compiler error output for details + USES= tar:bzip2 USE_JAVA= yes USE_GL= gl |