summaryrefslogtreecommitdiff
path: root/www/webkit24-gtk
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2017-05-03 08:38:38 +0000
committerjperkin <jperkin@pkgsrc.org>2017-05-03 08:38:38 +0000
commit5b99812dcc356c047deb6541432c2003597d6d78 (patch)
tree34b2442bcf322c038d08c6a15224a11fa82a1de2 /www/webkit24-gtk
parent3976212695feabbd27bb2ec036df7e0bddfd4c70 (diff)
downloadpkgsrc-5b99812dcc356c047deb6541432c2003597d6d78.tar.gz
Convert CXXFLAGS setting C++ standard to USE_LANGUAGES.
Diffstat (limited to 'www/webkit24-gtk')
-rw-r--r--www/webkit24-gtk/Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/webkit24-gtk/Makefile.common b/www/webkit24-gtk/Makefile.common
index cb7a498bc4d..4a4b4e2b623 100644
--- a/www/webkit24-gtk/Makefile.common
+++ b/www/webkit24-gtk/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.8 2017/01/01 14:44:06 wiz Exp $
+# $NetBSD: Makefile.common,v 1.9 2017/05/03 08:38:45 jperkin Exp $
# used by www/webkit24-gtk/Makefile
# used by www/webkit24-gtk3/Makefile
@@ -14,7 +14,7 @@ LICENSE= 2-clause-bsd AND gnu-lgpl-v2
DISTINFO_FILE= ${.CURDIR}/../../www/webkit24-gtk/distinfo
PATCHDIR= ${.CURDIR}/../../www/webkit24-gtk/patches
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++11
USE_LIBTOOL= yes
USE_TOOLS+= automake bison gmake perl:build pkg-config msgfmt
USE_TOOLS+= msgmerge xgettext
@@ -66,7 +66,7 @@ CONFIGURE_ENV+= PYTHON=${PYTHONBIN}
CXXFLAGS.SunOS+= -fpermissive
.if !empty(PKGSRC_COMPILER:Mclang)
-CXXFLAGS+= -std=c++11 -Wno-c++11-narrowing
+CXXFLAGS+= -Wno-c++11-narrowing
.endif
.if !empty(MACHINE_PLATFORM:MSunOS-*-x86_64)