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/d12f88822470
branches:  trunk
changeset: 413878:d12f88822470
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 bc1fe1e6d687 -r d12f88822470 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