summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/jikes/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/jikes/Makefile b/lang/jikes/Makefile
index 0bf3a252240..6b1b6b92a45 100644
--- a/lang/jikes/Makefile
+++ b/lang/jikes/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2002/02/12 19:56:51 mjl Exp $
+# $NetBSD: Makefile,v 1.8 2002/02/24 22:07:00 jlam Exp $
#
DISTNAME= jikes-1.15
@@ -11,9 +11,9 @@ COMMENT= Java source to byte-code compiler
ONLY_FOR_PLATFORM= NetBSD-*-* SunOS-*-*
-CONFIGURE_ENV= CXXFLAGS="${CFLAGS}"
-
-GNU_CONFIGURE= yes
+USE_BUILDLINK_ONLY= yes
+GNU_CONFIGURE= yes
+CXXFLAGS+= ${CFLAGS}
USE_GMAKE= # uses multi-line comments with \ (naughty hack!)