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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user