pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/php-intl
Module Name: pkgsrc
Committed By: jperkin
Date: Thu Jun 6 12:08:54 UTC 2024
Modified Files:
pkgsrc/textproc/php-intl: Makefile
Log Message:
php-intl: Force c++17 for ICU breakage.
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/textproc/php-intl/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/php-intl/Makefile
diff -u pkgsrc/textproc/php-intl/Makefile:1.52 pkgsrc/textproc/php-intl/Makefile:1.53
--- pkgsrc/textproc/php-intl/Makefile:1.52 Wed May 29 16:34:38 2024
+++ pkgsrc/textproc/php-intl/Makefile Thu Jun 6 12:08:53 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2024/05/29 16:34:38 adam Exp $
+# $NetBSD: Makefile,v 1.53 2024/06/06 12:08:53 jperkin Exp $
MODNAME= intl
CATEGORIES+= textproc
@@ -11,7 +11,7 @@ USE_PHP_EXT_PATCHES= yes
CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_DIR}
CPPFLAGS+= -DU_USING_ICU_NAMESPACE=1
-USE_CXX_FEATURES+= c++11
+FORCE_CXX_STD+= c++17
USE_PHP_EXT_PATCHES= yes
Home |
Main Index |
Thread Index |
Old Index