diff options
author | wiz <wiz> | 2001-06-26 12:45:38 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-06-26 12:45:38 +0000 |
commit | bcbcc024b6f18d4bd6732399052e240244af0172 (patch) | |
tree | c4abea0fac2f8930493493f8622e24b2bea4f5fc /textproc/gsed/patches | |
parent | 1d6407884086602cd8a9623de80f3f991ca6b642 (diff) | |
download | pkgsrc-bcbcc024b6f18d4bd6732399052e240244af0172.tar.gz |
Initial import of gsed-3.02, GNU sed.
Packaged by Stoned Elipot, and sent via pkg/13238; for use with Zoularis.
Diffstat (limited to 'textproc/gsed/patches')
-rw-r--r-- | textproc/gsed/patches/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/textproc/gsed/patches/patch-aa b/textproc/gsed/patches/patch-aa new file mode 100644 index 00000000000..581c2a64207 --- /dev/null +++ b/textproc/gsed/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1.1.1 2001/06/26 12:45:38 wiz Exp $ + +--- configure.in.orig Sun Aug 2 02:38:33 1998 ++++ configure.in +@@ -101,7 +101,6 @@ + AC_REPLACE_FUNCS(memchr memcmp memmove strerror) + AC_CHECK_FUNCS(isatty bcopy bzero isascii memcpy) + +-AC_ARG_PROGRAM + AC_OUTPUT(Makefile djgpp/Makefile doc/Makefile dnl + lib/Makefile sed/Makefile testsuite/Makefile + dnl testsuite/version.good:testsuite/version.gin dnl |