pkgsrc/textproc/glimpse/patches/patch-ab
wiz 109c711600 Update to 4.18.0, provided by Jeroen Ruigrok van der Werven in PR 30424.
Includes a number of patches to fix build on DragonFlyBSD.

Changes since 4.17.2:
Glimpse 4.18.0 has new configure script generated by autoconf 2.57
- may fix compilation problems on FreeBSD
2005-06-04 10:44:28 +00:00

14 lines
367 B
Text

$NetBSD: patch-ab,v 1.6 2005/06/04 10:44:28 wiz Exp $
--- agrep/agrep.c.orig 2003-01-25 21:15:05.000000000 +0100
+++ agrep/agrep.c
@@ -11,7 +11,9 @@
#define PRINT(s)
extern char **environ;
+#ifndef errno
extern int errno;
+#endif
int pattern_index; /* index in argv where the pattern is */
int glimpse_isserver=0; /* so that there is no user interaction */