diff options
-rw-r--r-- | textproc/wdiff/Makefile | 1 | ||||
-rw-r--r-- | textproc/wdiff/files/patch-ac | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/textproc/wdiff/Makefile b/textproc/wdiff/Makefile index d86f640ff1c7..a12dffa7107a 100644 --- a/textproc/wdiff/Makefile +++ b/textproc/wdiff/Makefile @@ -7,6 +7,7 @@ PORTNAME= wdiff PORTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= wdiff 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, |