pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/evolution-data-server
Module Name: pkgsrc
Committed By: prlw1
Date: Sat Jun 1 18:07:53 UTC 2024
Modified Files:
pkgsrc/mail/evolution-data-server: Makefile
Log Message:
mail/evolution-data-server: Force c++17 for the latest textproc/icu
To generate a diff of this commit:
cvs rdiff -u -r1.228 -r1.229 pkgsrc/mail/evolution-data-server/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/evolution-data-server/Makefile
diff -u pkgsrc/mail/evolution-data-server/Makefile:1.228 pkgsrc/mail/evolution-data-server/Makefile:1.229
--- pkgsrc/mail/evolution-data-server/Makefile:1.228 Wed May 29 16:33:20 2024
+++ pkgsrc/mail/evolution-data-server/Makefile Sat Jun 1 18:07:53 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.228 2024/05/29 16:33:20 adam Exp $
+# $NetBSD: Makefile,v 1.229 2024/06/01 18:07:53 prlw1 Exp $
DISTNAME= evolution-data-server-3.42.2
PKGREVISION= 18
@@ -17,7 +17,7 @@ USE_TOOLS+= intltool msgfmt msgmerge xge
USE_TOOLS+= gdbus-codegen
USE_LANGUAGES= c c++
-USE_CXX_FEATURES+= c++14
+FORCE_CXX_STD= c++17
CMAKE_ARGS+= -DWITH_LIBDB=OFF
CMAKE_ARGS+= -DENABLE_GOA=OFF
Home |
Main Index |
Thread Index |
Old Index