summaryrefslogtreecommitdiff
path: root/lang/jikes
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-02-24 22:07:00 +0000
committerjlam <jlam@pkgsrc.org>2002-02-24 22:07:00 +0000
commit3b0ed9803cf3a2dcae49a6361c4229a1b3332ce3 (patch)
treee93efa3e25e95ba0cee5bfcbdc4c81cefa5e0efe /lang/jikes
parent114fd407f3b08e6dfd1675217e5bcb3ecedbf1d7 (diff)
downloadpkgsrc-3b0ed9803cf3a2dcae49a6361c4229a1b3332ce3.tar.gz
Strongly buildlinkify to prevent inadvertently depending on an installed
libiconv or libicu.
Diffstat (limited to 'lang/jikes')
-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!)