svn commit: r478118 - head/java/jikes
Tobias Kortkamp
tobik at FreeBSD.org
Sun Aug 26 10:10:26 UTC 2018
Author: tobik
Date: Sun Aug 26 10:10:25 2018
New Revision: 478118
URL: https://svnweb.freebsd.org/changeset/ports/478118
Log:
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 at gmail.com>
Modified:
head/java/jikes/Makefile
Modified: head/java/jikes/Makefile
==============================================================================
--- head/java/jikes/Makefile Sun Aug 26 10:04:47 2018 (r478117)
+++ head/java/jikes/Makefile Sun Aug 26 10:10:25 2018 (r478118)
@@ -10,13 +10,11 @@ MASTER_SITES= SF/${PORTNAME}/Jikes/${PORTVERSION}
MAINTAINER= ports at 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
More information about the svn-ports-head
mailing list