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: nia
Date: Wed Aug 2 19:35:46 UTC 2023
Modified Files:
pkgsrc/sysutils/bacula-qt5-console: Makefile
Log Message:
bacula-qt5-console: Enforce availablility of GNU extensions with FORCE_CXX_STD.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 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.22 pkgsrc/sysutils/bacula-qt5-console/Makefile:1.23
--- pkgsrc/sysutils/bacula-qt5-console/Makefile:1.22 Mon May 22 21:00:44 2023
+++ pkgsrc/sysutils/bacula-qt5-console/Makefile Wed Aug 2 19:35:46 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2023/05/22 21:00:44 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2023/08/02 19:35:46 nia Exp $
PKGNAME= ${DISTNAME:S/-/-qt5-console-/}
PKGREVISION= 5
@@ -11,7 +11,8 @@ USE_TOOLS+= gmake pkg-config
CONFIGURE_ARGS+= --enable-client-only
CONFIGURE_ARGS+= --enable-bat
-BUILDLINK_TRANSFORM+= opt:-std=c++98:-std=gnu++98 # typeof
+# Uses typeof, cannot use standard C++03
+FORCE_CXX_STD= gnu++03
BUILD_DIRS= src/qt-console
Home |
Main Index |
Thread Index |
Old Index