summaryrefslogtreecommitdiff
path: root/textproc/gnugrep/files/patch-configure
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2022-09-14 09:47:30 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2022-09-14 09:47:30 +0000
commitbe916aaa865593853fa8dcf1c7fe4e632963acc2 (patch)
tree23b3f3299ae70fcbb9bb96a271b98d8a7c27ad91 /textproc/gnugrep/files/patch-configure
parentjava/openjdk8: Restore workaround for aarch64 assertions (diff)
textproc/gnugrep: update GNU grep to version 3.8
- PCRE option is now backed by `devel/pcre2' port - Remove seemingly useless macro from the manpage in order to drop dependency on `textproc/groff' as suggested by Dan Allen Reported by: portscout
Diffstat (limited to 'textproc/gnugrep/files/patch-configure')
-rw-r--r--textproc/gnugrep/files/patch-configure9
1 files changed, 0 insertions, 9 deletions
diff --git a/textproc/gnugrep/files/patch-configure b/textproc/gnugrep/files/patch-configure
index 03c89bad1907..3c6ea52a8372 100644
--- a/textproc/gnugrep/files/patch-configure
+++ b/textproc/gnugrep/files/patch-configure
@@ -9,12 +9,3 @@
i860 | \
ia64 | \
m32r | \
-@@ -35714,7 +35714,7 @@ find_stack_direction (int *addr, int depth)
- return dir + dummy;
- }
- int
--main (int argc, char *argv)
-+main (int argc, char *argv[])
- {
- printf ("%d\n", find_stack_direction (NULL, argc + 20));
- return 0;