pkgsrc/misc/colortail/patches/patch-ab

14 lines
345 B
Text

$NetBSD: patch-ab,v 1.2 2006/06/02 18:30:14 joerg Exp $
--- CfgFileParser.h.old Wed Jun 21 12:55:57 2000
+++ CfgFileParser.h Wed Jun 21 12:56:09 2000
@@ -24,7 +24,9 @@
#include "config.h"
#include <sys/types.h>
+#if !defined(__NetBSD__) && !defined(__DragonFly__)
#include <regex.h>
+#endif
#include <fstream.h>
#ifdef HAVE_GNUREGEX_H