summaryrefslogtreecommitdiff
path: root/lang/jikes
diff options
context:
space:
mode:
authorjlam <jlam>2002-02-24 22:07:00 +0000
committerjlam <jlam>2002-02-24 22:07:00 +0000
commite656bcafd8935131b5666fcf8dd8a207e9070ec3 (patch)
treee93efa3e25e95ba0cee5bfcbdc4c81cefa5e0efe /lang/jikes
parentb379f84cc05c2c109fa190d30dbe60d2c2347e1b (diff)
downloadpkgsrc-e656bcafd8935131b5666fcf8dd8a207e9070ec3.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!)