pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/qt5-qtbase Compile with -std=c++11. Needed for com...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1b2c5079c376
branches: trunk
changeset: 361753:1b2c5079c376
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Apr 26 06:12:25 2017 +0000
description:
Compile with -std=c++11. Needed for compiling with icu;
set for all qt5 packages for consistency.
diffstat:
x11/qt5-qtbase/Makefile.common | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r e01663eddd08 -r 1b2c5079c376 x11/qt5-qtbase/Makefile.common
--- a/x11/qt5-qtbase/Makefile.common Wed Apr 26 00:48:14 2017 +0000
+++ b/x11/qt5-qtbase/Makefile.common Wed Apr 26 06:12:25 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.19 2016/02/26 11:27:16 jperkin Exp $
+# $NetBSD: Makefile.common,v 1.20 2017/04/26 06:12:25 wiz Exp $
# used by x11/qt5-mysql/Makefile
# used by x11/qt5-odbc/Makefile
# used by x11/qt5-psql/Makefile
@@ -32,6 +32,7 @@
BUILDLINK_TRANSFORM+= opt:-ldl:${BUILDLINK_LDADD.dl:M*}
USE_LANGUAGES= c c++
+CXXFLAGS+= -std=c++11
USE_LIBTOOL= yes
USE_TOOLS+= gmake perl:build pkg-config
Home |
Main Index |
Thread Index |
Old Index