freebsd-ports/www/dansguardian/files/patch-src__RegExp.hpp
Renato Botelho 79226459e2 - Fix dansguardian to run with new versions of pcre
- Bump PORTREVISION

Submitted by:	Anthony Brown <anthony@found-it.net>
2012-07-05 14:27:30 +00:00

10 lines
230 B
C++

--- src/RegExp.hpp.orig 2008-11-18 11:27:04.000000000 +0000
+++ src/RegExp.hpp 2012-07-05 09:03:46.555469692 +0100
@@ -22,6 +22,7 @@
#ifndef __HPP_REGEXP
#define __HPP_REGEXP
+#define MAX_SUB_EXPRESSIONS 1024
// INCLUDES