8d2e87a969
use the bundled pcre, but devel/pcre instead.
13 lines
333 B
Text
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>
|