diff options
author | cjep <cjep@pkgsrc.org> | 2003-08-31 09:37:51 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-08-31 09:37:51 +0000 |
commit | d14700a9b357c9745bf1361ad3020b4c66e2c139 (patch) | |
tree | 34f688c1d467d0b6d2bc2b98c72cee86050ba0f0 /textproc/bsdgrep-devel/patches/patch-ae | |
parent | 5ed77489aa08060764edd0be3cb681b512d40608 (diff) | |
download | pkgsrc-d14700a9b357c9745bf1361ad3020b4c66e2c139.tar.gz |
After discussion with grant, reimport bgrep as bsdgrep-devel.
Diffstat (limited to 'textproc/bsdgrep-devel/patches/patch-ae')
-rw-r--r-- | textproc/bsdgrep-devel/patches/patch-ae | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/textproc/bsdgrep-devel/patches/patch-ae b/textproc/bsdgrep-devel/patches/patch-ae new file mode 100644 index 00000000000..12271f5c786 --- /dev/null +++ b/textproc/bsdgrep-devel/patches/patch-ae @@ -0,0 +1,20 @@ +$NetBSD: patch-ae,v 1.1.1.1 2003/08/31 09:37:51 cjep Exp $ + +--- util.c.orig Wed Aug 27 13:01:54 2003 ++++ util.c Wed Aug 27 13:02:02 2003 +@@ -36,6 +36,7 @@ + #include <sys/stat.h> + + #include <ctype.h> ++#include <zlib.h> + #include <err.h> + #include <errno.h> + #include <fts.h> +@@ -44,7 +45,6 @@ + #include <stdlib.h> + #include <string.h> + #include <unistd.h> +-#include <zlib.h> + + #include "grep.h" + |