summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2020-11-16 12:10:05 +0000
committerryoon <ryoon@pkgsrc.org>2020-11-16 12:10:05 +0000
commita089dfbee6ea5c2aa0d4e6f6e05050baad83055d (patch)
treec6ae5aa8104a44bb08522c14642b674367994d03 /textproc
parenta9d22bc936ecd330dad0f10cd7ec97fcc20f9e46 (diff)
downloadpkgsrc-a089dfbee6ea5c2aa0d4e6f6e05050baad83055d.tar.gz
php56: Fix php-intl module build with textproc/icu-68.1
Diffstat (limited to 'textproc')
-rw-r--r--textproc/php-intl/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/php-intl/Makefile b/textproc/php-intl/Makefile
index 17f01980290..5ebea0bdd48 100644
--- a/textproc/php-intl/Makefile
+++ b/textproc/php-intl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2020/11/05 09:09:14 ryoon Exp $
+# $NetBSD: Makefile,v 1.44 2020/11/16 12:10:05 ryoon Exp $
MODNAME= intl
CATEGORIES+= textproc
@@ -13,6 +13,8 @@ CPPFLAGS+= -DU_USING_ICU_NAMESPACE=1
GCC_REQD+= 4.7 # minimum for -std=c++11
+USE_PHP_EXT_PATCHES= yes
+
.include "../../lang/php/ext.mk"
.include "../../textproc/icu/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"