From e15c22d4cc783ddcaed50163fac0ab79bb6ef7a4 Mon Sep 17 00:00:00 2001 From: jlam Date: Sun, 29 Sep 2002 07:36:49 +0000 Subject: Use gcc/buildlink2.mk instead of Makefile.gcc --- lang/jikes/Makefile | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'lang/jikes') diff --git a/lang/jikes/Makefile b/lang/jikes/Makefile index 320b2ac94ea..3a17a402950 100644 --- a/lang/jikes/Makefile +++ b/lang/jikes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2002/03/31 17:55:21 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.10 2002/09/29 07:36:49 jlam Exp $ # DISTNAME= jikes-1.15 @@ -11,17 +11,13 @@ COMMENT= Java source to byte-code compiler ONLY_FOR_PLATFORM= NetBSD-*-* SunOS-*-* -USE_BUILDLINK_ONLY= yes +USE_BUILDLINK2= yes GNU_CONFIGURE= yes +USE_CXX= yes CXXFLAGS+= ${CFLAGS} UNLIMIT_RESOURCES= datasize USE_GMAKE= # uses multi-line comments with \ (naughty hack!) -GCC_VERSION!= gcc --version -.if (${GCC_VERSION:C/-.*$$//} == egcs) -# "egcs" cannot be used, as this package tickles c++ compiler bugs -.include "../../lang/gcc/Makefile.gcc" -.endif - +.include "../../lang/gcc/buildlink2.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3