pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/php-intl textproc/php-intl: unbreak with icu61.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/56033ff29414
branches:  trunk
changeset: 379048:56033ff29414
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Apr 22 16:43:30 2018 +0000

description:
textproc/php-intl: unbreak with icu61.1

This fix is taken from a commit of FreeBSD ports:
<https://svnweb.freebsd.org/ports?view=revision&revision=466398>.

diffstat:

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

diffs (17 lines):

diff -r bcc7e5d2f49f -r 56033ff29414 textproc/php-intl/Makefile
--- a/textproc/php-intl/Makefile        Sun Apr 22 11:56:45 2018 +0000
+++ b/textproc/php-intl/Makefile        Sun Apr 22 16:43:30 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2018/04/14 07:34:42 adam Exp $
+# $NetBSD: Makefile,v 1.36 2018/04/22 16:43:30 taca Exp $
 
 MODNAME=               intl
 CATEGORIES+=           textproc
@@ -9,6 +9,7 @@
 USE_LANGUAGES=         c c++11
 USE_PHP_EXT_PATCHES=   yes
 CONFIGURE_ARGS+=       --enable-${MODNAME}=shared,${BUILDLINK_DIR}
+CPPFLAGS+=             -DU_USING_ICU_NAMESPACE=1
 
 GCC_REQD+=             4.7 # minimum for -std=c++11
 



Home | Main Index | Thread Index | Old Index