diff options
author | joerg <joerg> | 2012-05-04 16:25:59 +0000 |
---|---|---|
committer | joerg <joerg> | 2012-05-04 16:25:59 +0000 |
commit | fe297d5467ff27fe189c03796ec0e9e76479ccb0 (patch) | |
tree | 958d3168c80eb18637d0b92d053995770bcac062 /lang/openjdk7 | |
parent | 22b32017e77027b90ffb1ddb5c732dab891ac827 (diff) | |
download | pkgsrc-fe297d5467ff27fe189c03796ec0e9e76479ccb0.tar.gz |
Restore status quo for clang breakge by disabling another bunch of
warnings.
Diffstat (limited to 'lang/openjdk7')
-rw-r--r-- | lang/openjdk7/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/openjdk7/Makefile b/lang/openjdk7/Makefile index a8e301a217c..74f0270d32e 100644 --- a/lang/openjdk7/Makefile +++ b/lang/openjdk7/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2012/05/04 11:00:43 ryoon Exp $ +# $NetBSD: Makefile,v 1.31 2012/05/04 16:25:59 joerg Exp $ DISTNAME= openjdk-7-fcs-src-b147-27_jun_2011 PKGNAME= openjdk7-1.7.0.147.20110811 @@ -80,11 +80,11 @@ PLIST_SUBST+= LOWER_OPSYS=${LOWER_OPSYS} .if !empty(PKGSRC_COMPILER:Mclang) _WRAP_EXTRA_ARGS.CXX+= -Wno-parentheses -Wno-sign-conversion \ -Wno-shorten-64-to-32 -Wno-conversion \ - -Wno-unused-value -Wno-switch-enum \ + -Wno-unused-value -Wno-switch-enum -Wno-switch \ -Wno-tautological-compare \ -Wno-delete-non-virtual-dtor \ -Wno-return-type -Wno-unused-parameter \ - -Wno-parentheses-equality + -Wno-parentheses-equality -Wno-empty-body .endif .include "bootstrap.mk" .include "icedtea-extras.mk" |