summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2012-05-04 16:25:59 +0000
committerjoerg <joerg@pkgsrc.org>2012-05-04 16:25:59 +0000
commitcf22b88fe43d651087085a6736563bcdbbe041da (patch)
tree958d3168c80eb18637d0b92d053995770bcac062 /lang
parentf73bc68d80982e69274c09ec94901d3ae90f2ff4 (diff)
downloadpkgsrc-cf22b88fe43d651087085a6736563bcdbbe041da.tar.gz
Restore status quo for clang breakge by disabling another bunch of
warnings.
Diffstat (limited to 'lang')
-rw-r--r--lang/openjdk7/Makefile6
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"