diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-08-26 10:10:25 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-08-26 10:10:25 +0000 |
commit | f7eceb6c3244d17baa8f0b27f89ce1e4c2ea0162 (patch) | |
tree | b8ace0aca16349416749e17c7111c7a0a3b3011d /java/jikes | |
parent | 6af5b1f3976aec6e4c84a5a723af9ffe54f5945a (diff) |
Notes
Diffstat (limited to 'java/jikes')
-rw-r--r-- | java/jikes/Makefile | 4 |
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 |