1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/java/jikes/Makefile
Tobias Kortkamp f7eceb6c32 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>
2018-08-26 10:10:25 +00:00

23 lines
544 B
Makefile

# Created by: Matthew Dillon <dillon@backplane.com>
# $FreeBSD$
PORTNAME= jikes
PORTVERSION= 1.22
PORTREVISION= 2
CATEGORIES= java
MASTER_SITES= SF/${PORTNAME}/Jikes/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Java source to byte-code compiler made available by IBM
PLIST_SUB= PORTVERSION=${PORTVERSION}
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
.include <bsd.port.mk>