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

$NetBSD: patch-ah,v 1.1 2005/06/04 10:44:29 wiz Exp $
--- agrep/checksg.c.orig 2002-09-27 23:41:09.000000000 +0200
+++ agrep/checksg.c
@@ -3,7 +3,9 @@
#include "checkfile.h"
#include <errno.h>
+#ifndef errno
extern int errno;
+#endif
extern CHAR Progname[MAXNAME];
extern int SGREP, PAT_FILE, PAT_BUFFER, EXITONERROR, SIMPLEPATTERN,
CONSTANT, D, NOUPPER, JUMP, I, LINENUM, INVERSE, WORDBOUND, WHOLELINE,