pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/php-json Tell code explicitly how to find re2c.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e91a6c094671
branches:  trunk
changeset: 425619:e91a6c094671
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Mar 22 21:21:32 2020 +0000

description:
Tell code explicitly how to find re2c.

diffstat:

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

diffs (18 lines):

diff -r a2d64789e6d1 -r e91a6c094671 textproc/php-json/Makefile
--- a/textproc/php-json/Makefile        Sun Mar 22 21:21:05 2020 +0000
+++ b/textproc/php-json/Makefile        Sun Mar 22 21:21:32 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2020/03/21 23:51:57 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2020/03/22 21:21:32 joerg Exp $
 
 MODNAME=               json
 CATEGORIES+=           textproc
@@ -14,6 +14,8 @@
 JSON_INCLUDES=         php_json.h
 PLIST_SRC+=            ${.CURDIR}/../../textproc/php-json/PLIST
 
+MAKE_ENV+=             RE2C=re2c
+
 post-install:
        ${INSTALL_DATA} ${WRKSRC}/${JSON_INCLUDES} \
            ${DESTDIR}${PREFIX}/include/php/ext/json/${JSON_INCLUDES}



Home | Main Index | Thread Index | Old Index