pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/php-enchant



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Mar  7 13:43:28 UTC 2021

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

Log Message:
textproc/php-enchant: add support for php80

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


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/textproc/php-enchant/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-enchant/Makefile
diff -u pkgsrc/textproc/php-enchant/Makefile:1.12 pkgsrc/textproc/php-enchant/Makefile:1.13
--- pkgsrc/textproc/php-enchant/Makefile:1.12   Sun Mar  8 16:51:29 2020
+++ pkgsrc/textproc/php-enchant/Makefile        Sun Mar  7 13:43:28 2021
@@ -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 @@ PKGREVISION=            1
 
 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