pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/qt5-qtbase
Module Name: pkgsrc
Committed By: wiz
Date: Wed Apr 26 06:12:25 UTC 2017
Modified Files:
pkgsrc/x11/qt5-qtbase: Makefile.common
Log Message:
Compile with -std=c++11. Needed for compiling with icu;
set for all qt5 packages for consistency.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/x11/qt5-qtbase/Makefile.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/qt5-qtbase/Makefile.common
diff -u pkgsrc/x11/qt5-qtbase/Makefile.common:1.19 pkgsrc/x11/qt5-qtbase/Makefile.common:1.20
--- pkgsrc/x11/qt5-qtbase/Makefile.common:1.19 Fri Feb 26 11:27:16 2016
+++ pkgsrc/x11/qt5-qtbase/Makefile.common Wed Apr 26 06:12:25 2017
@@ -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