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

$NetBSD: patch-aq,v 1.1 2005/06/04 10:44:29 wiz Exp $
--- index/partition.c.orig 2002-09-27 23:41:11.000000000 +0200
+++ index/partition.c
@@ -28,7 +28,9 @@ int new_partition;
int files_per_partition;
int files_in_partition;
int ATLEASTONEFILE = 0;
+#ifndef errno
extern int errno;
+#endif
char patbuf[MAX_PAT];
extern unsigned char *src_index_buf;