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: maya
Date: Sun Apr 30 22:49:54 UTC 2017
Modified Files:
pkgsrc/textproc/php-intl: Makefile
Log Message:
php-intl: catchup with icu59 update, need -std=c++11.
from Juraj Lutter in PR pkg/52200
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 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.27 pkgsrc/textproc/php-intl/Makefile:1.28
--- pkgsrc/textproc/php-intl/Makefile:1.27 Sat Apr 22 21:03:59 2017
+++ pkgsrc/textproc/php-intl/Makefile Sun Apr 30 22:49:54 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2017/04/22 21:03:59 adam Exp $
+# $NetBSD: Makefile,v 1.28 2017/04/30 22:49:54 maya Exp $
MODNAME= intl
CATEGORIES+= textproc
@@ -6,6 +6,7 @@ COMMENT= PHP extension for i18n
PKGREVISION= 1
LICENSE= php
+CXXFLAGS+= -std=c++11
USE_LANGUAGES= c c++
USE_PHP_EXT_PATCHES= yes
CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_DIR}
Home |
Main Index |
Thread Index |
Old Index