summaryrefslogtreecommitdiff
path: root/lang/openjdk8/Makefile
diff options
context:
space:
mode:
authortnn <tnn>2015-02-08 17:20:54 +0000
committertnn <tnn>2015-02-08 17:20:54 +0000
commita67b3a66f027f711bed401d7d6b1a3d83ad61e10 (patch)
tree94a0aae03f8ba7d3c9acb36760e61e2090ee7ae4 /lang/openjdk8/Makefile
parent22d5897ab8cfd921d3093eed50c42811bd4c7d34 (diff)
downloadpkgsrc-a67b3a66f027f711bed401d7d6b1a3d83ad61e10.tar.gz
fix hilarious typo
Diffstat (limited to 'lang/openjdk8/Makefile')
-rw-r--r--lang/openjdk8/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/openjdk8/Makefile b/lang/openjdk8/Makefile
index 9abf86a565f..af2b79c9e50 100644
--- a/lang/openjdk8/Makefile
+++ b/lang/openjdk8/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2015/02/08 17:19:59 tnn Exp $
+# $NetBSD: Makefile,v 1.3 2015/02/08 17:20:54 tnn Exp $
DISTNAME= openjdk-1.8.31-20150207
PKGNAME= openjdk8-1.8.31
@@ -77,7 +77,7 @@ SUBST_VARS.libpath= PREFIX
.if !empty(PKGSRC_COMPILER:Mclang)
_WRAP_EXTRA_ARGS.CC+= -Wno-return-type
-CRAPPERS_APPEND.cc+= -Wno-return-type
+CWRAPPERS_APPEND.cc+= -Wno-return-type
_WRAP_EXTRA_ARGS.CXX+= -Wno-parentheses -Wno-sign-conversion \
-Wno-shorten-64-to-32 -Wno-conversion \
-Wno-unused-value -Wno-switch-enum -Wno-switch \