pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/php-intl php-intl: catchup with icu59 update, ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5f3a7c8be525
branches:  trunk
changeset: 361960:5f3a7c8be525
user:      maya <maya%pkgsrc.org@localhost>
date:      Sun Apr 30 22:49:54 2017 +0000

description:
php-intl: catchup with icu59 update, need -std=c++11.

from Juraj Lutter in PR pkg/52200

diffstat:

 textproc/php-intl/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 9e288603c1a7 -r 5f3a7c8be525 textproc/php-intl/Makefile
--- a/textproc/php-intl/Makefile        Sun Apr 30 18:02:17 2017 +0000
+++ b/textproc/php-intl/Makefile        Sun Apr 30 22:49:54 2017 +0000
@@ -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 @@
 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