pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/php-enchant textproc/php-enchant: add support...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2860ef3da0e1
branches:  trunk
changeset: 448336:2860ef3da0e1
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Mar 07 13:43:28 2021 +0000

description:
textproc/php-enchant: add support for php80

Add support for php80.  php80 contains own patch for php-enchant.

diffstat:

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

diffs (18 lines):

diff -r a574c02bcc4b -r 2860ef3da0e1 textproc/php-enchant/Makefile
--- a/textproc/php-enchant/Makefile     Sun Mar 07 13:42:44 2021 +0000
+++ b/textproc/php-enchant/Makefile     Sun Mar 07 13:43:28 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2020/03/08 16:51:29 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2021/03/07 13:43:28 taca Exp $
 
 MODNAME=               enchant
 CATEGORIES+=           textproc
@@ -7,6 +7,8 @@
 
 CONFIGURE_ARGS+=       --with-enchant=shared,${BUILDLINK_PREFIX.enchant}
 
+USE_PHP_EXT_PATCHES=   yes
+
 BUILDLINK_API_DEPENDS.enchant+=        enchant>=1.2.4
 
 .include "../../lang/php/ext.mk"



Home | Main Index | Thread Index | Old Index