aboutsummaryrefslogtreecommitdiff
path: root/java/jikes
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2018-08-26 10:10:25 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2018-08-26 10:10:25 +0000
commitf7eceb6c3244d17baa8f0b27f89ce1e4c2ea0162 (patch)
treeb8ace0aca16349416749e17c7111c7a0a3b3011d /java/jikes
parent6af5b1f3976aec6e4c84a5a723af9ffe54f5945a (diff)
downloadports-f7eceb6c3244d17baa8f0b27f89ce1e4c2ea0162.tar.gz
ports-f7eceb6c3244d17baa8f0b27f89ce1e4c2ea0162.zip
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 <lantw44@gmail.com>
Notes
Notes: svn path=/head/; revision=478118
Diffstat (limited to 'java/jikes')
-rw-r--r--java/jikes/Makefile4
1 files changed, 1 insertions, 3 deletions
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