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:   taca
Date:           Sun Apr 22 16:43:30 UTC 2018

Modified Files:
        pkgsrc/textproc/php-intl: Makefile

Log Message:
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>.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 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.35 pkgsrc/textproc/php-intl/Makefile:1.36
--- pkgsrc/textproc/php-intl/Makefile:1.35      Sat Apr 14 07:34:42 2018
+++ pkgsrc/textproc/php-intl/Makefile   Sun Apr 22 16:43:30 2018
@@ -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 @@ LICENSE=                php
 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