summaryrefslogtreecommitdiff
path: root/lang/openjdk7
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2014-11-29 00:47:35 +0000
committerjoerg <joerg@pkgsrc.org>2014-11-29 00:47:35 +0000
commitcc676f3efd0096b417dfed2c39ec4a7d726baf0a (patch)
treee695d120aa1dc45c782e410748b0bb94dd5abaff /lang/openjdk7
parent0a179a759b6565e21af52551c451206c656028bb (diff)
downloadpkgsrc-cc676f3efd0096b417dfed2c39ec4a7d726baf0a.tar.gz
Apply additional clang arguments with cwrappers too.
Diffstat (limited to 'lang/openjdk7')
-rw-r--r--lang/openjdk7/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/lang/openjdk7/Makefile b/lang/openjdk7/Makefile
index 93475d81a49..86571e99b21 100644
--- a/lang/openjdk7/Makefile
+++ b/lang/openjdk7/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.79 2014/11/15 12:10:54 ryoon Exp $
+# $NetBSD: Makefile,v 1.80 2014/11/29 00:47:35 joerg Exp $
DISTNAME= openjdk-1.7.71-20141102
PKGNAME= openjdk7-1.7.71
@@ -127,6 +127,13 @@ _WRAP_EXTRA_ARGS.CXX+= -Wno-parentheses -Wno-sign-conversion \
-Wno-delete-non-virtual-dtor \
-Wno-return-type -Wno-unused-parameter \
-Wno-parentheses-equality -Wno-empty-body
+CWRAPPERS_APPEND.cxx+= -Wno-parentheses -Wno-sign-conversion \
+ -Wno-shorten-64-to-32 -Wno-conversion \
+ -Wno-unused-value -Wno-switch-enum -Wno-switch \
+ -Wno-tautological-compare -Wno-new-returns-null \
+ -Wno-delete-non-virtual-dtor \
+ -Wno-return-type -Wno-unused-parameter \
+ -Wno-parentheses-equality -Wno-empty-body
BUILDLINK_TRANSFORM+= rm:-fcheck-new
BUILDLINK_TRANSFORM+= rm:-fpch-deps
. if ${MACHINE_ARCH} == "x86_64"