pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/cppcms



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Mon Jun  3 13:23:11 UTC 2024

Modified Files:
        pkgsrc/www/cppcms: Makefile

Log Message:
www/cppcms: Fix build with ICU 75


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/www/cppcms/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/cppcms/Makefile
diff -u pkgsrc/www/cppcms/Makefile:1.40 pkgsrc/www/cppcms/Makefile:1.41
--- pkgsrc/www/cppcms/Makefile:1.40     Wed May 29 16:34:48 2024
+++ pkgsrc/www/cppcms/Makefile  Mon Jun  3 13:23:11 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2024/05/29 16:34:48 adam Exp $
+# $NetBSD: Makefile,v 1.41 2024/06/03 13:23:11 ryoon Exp $
 
 DISTNAME=      cppcms-1.2.1
 PKGREVISION=   5
@@ -11,7 +11,8 @@ HOMEPAGE=     http://cppcms.com/
 COMMENT=       High performance C++ web development framework
 LICENSE=       mit
 
-USE_LANGUAGES= c gnu++11
+USE_LANGUAGES= c c++
+FORCE_CXX_STD= gnu++17
 USE_CMAKE=     yes
 
 PYTHON_VERSIONS_ACCEPTED=      27



Home | Main Index | Thread Index | Old Index