diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-06-25 20:39:31 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-06-25 20:39:31 +0000 |
commit | 243d30b59f183917a19344d3697a0b4f89ce2376 (patch) | |
tree | 5faa1ce9452502c05bd7c4563890f51d1e8c8777 | |
parent | 252a5942082323c794504e03dfec0cd562da26f8 (diff) | |
download | freebsd-ports-243d30b59f183917a19344d3697a0b4f89ce2376.zip |
This fails on amd64-12 as well.
-rw-r--r-- | java/jikes/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/java/jikes/Makefile b/java/jikes/Makefile index a96ae349bec2..9dc1138e8401 100644 --- a/java/jikes/Makefile +++ b/java/jikes/Makefile @@ -10,9 +10,7 @@ MASTER_SITES= SF/${PORTNAME}/Jikes/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Java source to byte-code compiler made available by IBM -BROKEN_FreeBSD_12_aarch64= fails to configure: Could not find standard set_new_handler function -BROKEN_FreeBSD_12_armv6= fails to configure: Could not find standard set_new_handler function -BROKEN_FreeBSD_12_armv7= fails to configure: Could not find standard set_new_handler function +BROKEN_FreeBSD_12= fails to configure: Could not find standard set_new_handler function PLIST_SUB= PORTVERSION=${PORTVERSION} GNU_CONFIGURE= yes |