diff options
author | linimon <linimon@FreeBSD.org> | 2018-06-25 14:17:14 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-06-25 14:17:14 +0800 |
commit | bd6c9228363a0ae12b3138b2ed28aa13a398c54b (patch) | |
tree | c1ea259f2674c2e5e392f310bdc47b663595c24d /java | |
parent | 9a59aa2e75d53e40bcf2a24eb3cb077685341834 (diff) | |
download | freebsd-ports-gnome-bd6c9228363a0ae12b3138b2ed28aa13a398c54b.tar.gz freebsd-ports-gnome-bd6c9228363a0ae12b3138b2ed28aa13a398c54b.tar.zst freebsd-ports-gnome-bd6c9228363a0ae12b3138b2ed28aa13a398c54b.zip |
Mark as broken on arm on -CURRENT.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'java')
-rw-r--r-- | java/jikes/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/java/jikes/Makefile b/java/jikes/Makefile index 36069011e65a..a96ae349bec2 100644 --- a/java/jikes/Makefile +++ b/java/jikes/Makefile @@ -10,6 +10,10 @@ 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 + PLIST_SUB= PORTVERSION=${PORTVERSION} GNU_CONFIGURE= yes CONFIGURE_ARGS= ac_cv_search_iconv=${ICONV_LIB} \ |