diff options
Diffstat (limited to 'textproc/bsdgrep-devel/patches/patch-ac')
-rw-r--r-- | textproc/bsdgrep-devel/patches/patch-ac | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/textproc/bsdgrep-devel/patches/patch-ac b/textproc/bsdgrep-devel/patches/patch-ac new file mode 100644 index 00000000000..4cc1a33bc2f --- /dev/null +++ b/textproc/bsdgrep-devel/patches/patch-ac @@ -0,0 +1,12 @@ +$NetBSD: patch-ac,v 1.1.1.1 2003/08/31 09:37:51 cjep Exp $ + +--- grep.c.orig Wed Aug 27 13:00:48 2003 ++++ grep.c Wed Aug 27 13:01:03 2003 +@@ -37,6 +37,7 @@ + #include <sys/types.h> + #include <sys/stat.h> + ++#include <zlib.h> + #include <err.h> + #include <errno.h> + #include <getopt.h> |