pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/php-json
Module Name: pkgsrc
Committed By: joerg
Date: Sun Mar 22 21:21:32 UTC 2020
Modified Files:
pkgsrc/textproc/php-json: Makefile
Log Message:
Tell code explicitly how to find re2c.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/php-json/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-json/Makefile
diff -u pkgsrc/textproc/php-json/Makefile:1.7 pkgsrc/textproc/php-json/Makefile:1.8
--- pkgsrc/textproc/php-json/Makefile:1.7 Sat Mar 21 23:51:57 2020
+++ pkgsrc/textproc/php-json/Makefile Sun Mar 22 21:21:32 2020
@@ -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 @@ INSTALLATION_DIRS+= include/php/ext/json
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