ports/devel/php-jq/files/patch-jq.c
Kurt Jaeger 5d53ff11b3 jq is like sed for JSON data - you can use it to slice and filter
and map and transform structured data with the same ease that sed,
awk, grep and friends let you play with text.

WWW: https://github.com/kjdev/php-ext-jq

PR:		200438
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
2015-11-01 09:13:14 +00:00

13 lines
211 B
C

--- jq.c.orig 2014-11-20 06:16:09 UTC
+++ jq.c
@@ -10,8 +10,8 @@
#include "php_jq.h"
-#include "jq/jq.h"
-#include "jq/version.h"
+#include "jq.h"
+#include "version.h"
ZEND_DECLARE_MODULE_GLOBALS(jq)