pkgsrc/textproc/glimpse/patches/patch-ac
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
404 B
Text

$NetBSD: patch-ac,v 1.1 2005/06/04 10:44:28 wiz Exp $
--- agrep/asearch.c.orig 1999-11-03 21:37:06.000000000 +0100
+++ agrep/asearch.c
@@ -9,7 +9,9 @@ extern long CurrentFileTime;
extern int I, num_of_matched, prev_num_of_matched, TRUNCATE;
extern int CurrentByteOffset;
+#ifndef errno
extern int errno;
+#endif
extern CHAR *agrep_inbuffer;
extern int agrep_inlen;
extern int agrep_initialfd;