From f7eceb6c3244d17baa8f0b27f89ce1e4c2ea0162 Mon Sep 17 00:00:00 2001 From: Tobias Kortkamp Date: Sun, 26 Aug 2018 10:10:25 +0000 Subject: java/jikes: Unbreak on 12.0 and fix build with Clang 6 checking for standard set_new_handler... no configure: error: Could not find standard set_new_handler function PR: 230673 Submitted by: Ting-Wei Lan --- java/jikes/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'java') diff --git a/java/jikes/Makefile b/java/jikes/Makefile index 9dc1138e8401..547bea1c0ed2 100644 --- a/java/jikes/Makefile +++ b/java/jikes/Makefile @@ -10,13 +10,11 @@ MASTER_SITES= SF/${PORTNAME}/Jikes/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Java source to byte-code compiler made available by IBM -BROKEN_FreeBSD_12= 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} \ ac_cv_search_libiconv_open=no -USES= iconv gmake tar:bzip2 +USES= autoreconf iconv gmake tar:bzip2 CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -- cgit v1.2.3