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:
parent
6af5b1f397
commit
f7eceb6c32
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=478118
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue