pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/converters/php-mbstring converters/php-mbstring: fix f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/65068cb13012
branches:  trunk
changeset: 345634:65068cb13012
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Dec 15 17:59:42 2019 +0000

description:
converters/php-mbstring: fix for php74

Fix for php74.  On php74, php-mbstring require external textproc/oniguruma
package.

diffstat:

 converters/php-mbstring/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 3c870484021b -r 65068cb13012 converters/php-mbstring/Makefile
--- a/converters/php-mbstring/Makefile  Sun Dec 15 17:57:36 2019 +0000
+++ b/converters/php-mbstring/Makefile  Sun Dec 15 17:59:42 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2016/07/24 02:21:46 taca Exp $
+# $NetBSD: Makefile,v 1.6 2019/12/15 17:59:42 taca Exp $
 
 MODNAME=               mbstring
 CATEGORIES+=           converters
@@ -21,4 +21,7 @@
        ${INSTALL_DATA} ${WRKSRC}/libmbfl/nls/*.h ${DESTDIR}${PREFIX}/include/php/ext/mbstring/libmbfl/nls
 
 .include "../../lang/php/ext.mk"
+.if ${PKG_PHP_VERSION} >= 74
+.include "../../textproc/oniguruma/buildlink3.mk"
+.endif
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index