From 5fef74e277a1a8631418cc86635c091fcc79d099 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Tue, 29 Jul 2014 15:49:46 +0000 Subject: Rename www/ patch-xy patches to reflect the files they modify. --- www/tidy/files/patch-tidy.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 www/tidy/files/patch-tidy.c (limited to 'www/tidy/files/patch-tidy.c') diff --git a/www/tidy/files/patch-tidy.c b/www/tidy/files/patch-tidy.c new file mode 100644 index 000000000000..f0a953e44452 --- /dev/null +++ b/www/tidy/files/patch-tidy.c @@ -0,0 +1,11 @@ +--- tidy.c.orig Fri Aug 4 19:21:05 2000 ++++ tidy.c Mon Nov 19 14:39:50 2001 +@@ -785,6 +785,8 @@ + Quiet = yes; + else if (strcmp(arg, "slides") == 0) + BurstSlides = yes; ++ else if (strcmp(arg, "preserve") == 0) ++ PreserveEntities = yes; + else if (strcmp(arg, "help") == 0 || + argv[1][1] == '?'|| argv[1][1] == 'h') + { -- cgit v1.2.3