summaryrefslogtreecommitdiff
path: root/devel/php74-json/files/patch-Makefile.frag
diff options
context:
space:
mode:
Diffstat (limited to 'devel/php74-json/files/patch-Makefile.frag')
-rw-r--r--devel/php74-json/files/patch-Makefile.frag9
1 files changed, 0 insertions, 9 deletions
diff --git a/devel/php74-json/files/patch-Makefile.frag b/devel/php74-json/files/patch-Makefile.frag
deleted file mode 100644
index 514a41aa61f4..000000000000
--- a/devel/php74-json/files/patch-Makefile.frag
+++ /dev/null
@@ -1,9 +0,0 @@
---- Makefile.frag.orig 2020-03-23 21:54:17 UTC
-+++ Makefile.frag
-@@ -1,5 +1,5 @@
- $(srcdir)/json_scanner.c: $(srcdir)/json_scanner.re
-- @$(RE2C) $(RE2C_FLAGS) -t $(srcdir)/php_json_scanner_defs.h --no-generation-date -bci -o $@ $(srcdir)/json_scanner.re
-+ $(LOCALBASE)/bin/re2c $(RE2C_FLAGS) -t $(srcdir)/php_json_scanner_defs.h --no-generation-date -bci -o $@ $(srcdir)/json_scanner.re
-
- $(srcdir)/json_parser.tab.c: $(srcdir)/json_parser.y
- @$(YACC) --defines -l $(srcdir)/json_parser.y -o $@