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

$NetBSD: patch-ad,v 1.2 2005/06/04 10:44:28 wiz Exp $
--- agrep/bitap.c.orig 2002-11-30 01:47:27.000000000 +0100
+++ agrep/bitap.c
@@ -34,7 +34,9 @@ extern CHAR *agrep_outbuffer;
extern int agrep_outlen;
extern int agrep_outpointer;
extern FILE *agrep_finalfp;
+#ifndef errno
extern int errno;
+#endif
extern int NEW_FILE, POST_FILTER;