summaryrefslogtreecommitdiff
path: root/lang/jikes
diff options
context:
space:
mode:
authorskrll <skrll>2002-10-30 07:22:09 +0000
committerskrll <skrll>2002-10-30 07:22:09 +0000
commit5ffe7ed3ef260238b59e3c62c4b870f6a4daa380 (patch)
treefe27a05c40fefd769a6db929fb1515db5aa4fbbd /lang/jikes
parent0e433221bbb01aae2ea0bb2e8aa70fc9ce03d895 (diff)
downloadpkgsrc-5ffe7ed3ef260238b59e3c62c4b870f6a4daa380.tar.gz
Remove unnecessary CXXFLAGS+=
Diffstat (limited to 'lang/jikes')
-rw-r--r--lang/jikes/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/jikes/Makefile b/lang/jikes/Makefile
index 4f23d8b302e..632b64fc377 100644
--- a/lang/jikes/Makefile
+++ b/lang/jikes/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2002/10/30 06:46:07 skrll Exp $
+# $NetBSD: Makefile,v 1.12 2002/10/30 07:22:09 skrll Exp $
#
DISTNAME= jikes-1.17
@@ -15,7 +15,6 @@ ONLY_FOR_PLATFORM= NetBSD-*-* SunOS-*-*
USE_BUILDLINK2= yes
GNU_CONFIGURE= yes
USE_CXX= yes
-CXXFLAGS+= ${CFLAGS}
UNLIMIT_RESOURCES= datasize
USE_GMAKE= # uses multi-line comments with \ (naughty hack!)