summaryrefslogtreecommitdiff
path: root/lang/jikes
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-09-29 07:36:49 +0000
committerjlam <jlam@pkgsrc.org>2002-09-29 07:36:49 +0000
commite15c22d4cc783ddcaed50163fac0ab79bb6ef7a4 (patch)
tree4b6b76e7e7b2653f46a86b5a16eb3c8fce76b878 /lang/jikes
parent75a44d565a9aa08f5c18f823bc69055ff4c7c222 (diff)
downloadpkgsrc-e15c22d4cc783ddcaed50163fac0ab79bb6ef7a4.tar.gz
Use gcc/buildlink2.mk instead of Makefile.gcc
Diffstat (limited to 'lang/jikes')
-rw-r--r--lang/jikes/Makefile12
1 files changed, 4 insertions, 8 deletions
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"