pkgsrc/security/amap/patches/patch-ad
joerg 8d2e87a969 Since I don't want to hack around with config.*, patch amap to not
use the bundled pcre, but devel/pcre instead.
2005-12-11 19:21:36 +00:00

13 lines
333 B
Text

$NetBSD: patch-ad,v 1.1 2005/12/11 19:21:36 joerg Exp $
--- amap-inc.h.orig 2005-12-08 18:57:48.000000000 +0000
+++ amap-inc.h
@@ -20,7 +20,7 @@
#include <errno.h>
#include <sys/resource.h>
#include <sys/wait.h>
-#include "pcre-3.9/pcre.h"
+#include <pcre.h>
#ifdef OPENSSL
#include <openssl/ssl.h>
#include <openssl/err.h>