diff options
author | joerg <joerg@pkgsrc.org> | 2006-02-07 17:17:23 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-02-07 17:17:23 +0000 |
commit | 28bc2211af5563ce9176e5296f9777bcf16c3a8f (patch) | |
tree | 937277c7b5db8730b2631390573283a85394a5d5 | |
parent | c3ae3328025df1953e00eee79a150e886a2452c2 (diff) | |
download | pkgsrc-28bc2211af5563ce9176e5296f9777bcf16c3a8f.tar.gz |
Inclusion of pcre.h before pcreposix.h is needed for newer pcre versions.
-rw-r--r-- | www/swish-e/distinfo | 3 | ||||
-rw-r--r-- | www/swish-e/patches/patch-ac | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/www/swish-e/distinfo b/www/swish-e/distinfo index b48f368f6d8..51bb48dabbc 100644 --- a/www/swish-e/distinfo +++ b/www/swish-e/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.6 2006/02/07 13:22:53 kim Exp $ +$NetBSD: distinfo,v 1.7 2006/02/07 17:17:23 joerg Exp $ SHA1 (swish-e-2.4.3.tar.gz) = 7316ad716eeb724529f2ccf40d2acb03cba26ee2 RMD160 (swish-e-2.4.3.tar.gz) = b877bbbdd1354becc8372c6050f2179fed8d1edf Size (swish-e-2.4.3.tar.gz) = 1563031 bytes SHA1 (patch-aa) = 17e175792d0d6bc40a1fd23fc7fba32a023bc8e0 SHA1 (patch-ab) = d8bf46d4b54e0becfbf909e080b69a4c3104d24f +SHA1 (patch-ac) = 48d4828baf70ea1f387e93973419329ee08ffe9c diff --git a/www/swish-e/patches/patch-ac b/www/swish-e/patches/patch-ac new file mode 100644 index 00000000000..a1f1dd6907c --- /dev/null +++ b/www/swish-e/patches/patch-ac @@ -0,0 +1,12 @@ +$NetBSD: patch-ac,v 1.1 2006/02/07 17:17:23 joerg Exp $ + +--- src/swish.h.orig 2006-02-07 17:06:14.000000000 +0000 ++++ src/swish.h +@@ -120,6 +120,7 @@ + #include <dirent.h> + + #ifdef HAVE_PCRE ++#include <pcre.h> + #include <pcreposix.h> + #else + #include <regex.h> |