1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

java/jikes: Fix build with llvm16

- Pet portclippy

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Muhammad Moinur Rahman 2023-06-25 14:01:28 +02:00
parent de06f99a9c
commit 436f58ed00

View File

@ -8,13 +8,18 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Java source to byte-code compiler made available by IBM
WWW= http://jikes.sf.net/
PLIST_SUB= PORTVERSION=${PORTVERSION}
USES= autoreconf gmake iconv localbase tar:bzip2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= ac_cv_search_iconv=${ICONV_LIB} \
ac_cv_search_libiconv_open=no
USES= autoreconf iconv gmake tar:bzip2
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
PLIST_SUB= PORTVERSION=${PORTVERSION}
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400091
CPPFLAGS+= -Dregister=
.endif
.include <bsd.port.mk>