diff options
author | skrll <skrll@pkgsrc.org> | 2002-10-30 07:22:09 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2002-10-30 07:22:09 +0000 |
commit | 92a43aa3ae384303521f377d78737e5ca0c825df (patch) | |
tree | fe27a05c40fefd769a6db929fb1515db5aa4fbbd /lang/jikes | |
parent | 6b4d224c07880652bbe228d60b799179e492d2cd (diff) | |
download | pkgsrc-92a43aa3ae384303521f377d78737e5ca0c825df.tar.gz |
Remove unnecessary CXXFLAGS+=
Diffstat (limited to 'lang/jikes')
-rw-r--r-- | lang/jikes/Makefile | 3 |
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!) |