aboutsummaryrefslogtreecommitdiff
path: root/textproc/wdiff/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/wdiff/files/patch-ac')
-rw-r--r--textproc/wdiff/files/patch-ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/wdiff/files/patch-ac b/textproc/wdiff/files/patch-ac
new file mode 100644
index 000000000000..4e309c03fc93
--- /dev/null
+++ b/textproc/wdiff/files/patch-ac
@@ -0,0 +1,13 @@
+--- wdiff.c.orig Sun Nov 6 02:57:23 1994
++++ wdiff.c Wed Aug 1 16:48:38 2001
+@@ -892,8 +892,9 @@
+ {
+ /* Launch the diff program. */
+
++ unsetenv ("DIFF_OPTIONS");
+ if (ignore_case)
+- input_file = readpipe (DIFF_PROGRAM, "-c", left_side->temp_name,
++ input_file = readpipe (DIFF_PROGRAM, "-i", left_side->temp_name,
+ right_side->temp_name, NULL);
+ else
+ input_file = readpipe (DIFF_PROGRAM, left_side->temp_name,