pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/bacula-qt5-console
Module Name: pkgsrc
Committed By: nros
Date: Sun Sep 24 20:44:04 UTC 2023
Modified Files:
pkgsrc/sysutils/bacula-qt5-console: Makefile
Log Message:
bacula-qt5-console: Qt5 requires C++11
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/sysutils/bacula-qt5-console/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/bacula-qt5-console/Makefile
diff -u pkgsrc/sysutils/bacula-qt5-console/Makefile:1.23 pkgsrc/sysutils/bacula-qt5-console/Makefile:1.24
--- pkgsrc/sysutils/bacula-qt5-console/Makefile:1.23 Wed Aug 2 19:35:46 2023
+++ pkgsrc/sysutils/bacula-qt5-console/Makefile Sun Sep 24 20:44:04 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2023/08/02 19:35:46 nia Exp $
+# $NetBSD: Makefile,v 1.24 2023/09/24 20:44:04 nros Exp $
PKGNAME= ${DISTNAME:S/-/-qt5-console-/}
PKGREVISION= 5
@@ -11,8 +11,8 @@ USE_TOOLS+= gmake pkg-config
CONFIGURE_ARGS+= --enable-client-only
CONFIGURE_ARGS+= --enable-bat
-# Uses typeof, cannot use standard C++03
-FORCE_CXX_STD= gnu++03
+# Uses typeof, cannot use standard C++11
+FORCE_CXX_STD= gnu++11
BUILD_DIRS= src/qt-console
Home |
Main Index |
Thread Index |
Old Index