summaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd24/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'mail/cyrus-imapd24/patches/patch-ab')
-rw-r--r--mail/cyrus-imapd24/patches/patch-ab20
1 files changed, 20 insertions, 0 deletions
diff --git a/mail/cyrus-imapd24/patches/patch-ab b/mail/cyrus-imapd24/patches/patch-ab
new file mode 100644
index 00000000000..8a592f11387
--- /dev/null
+++ b/mail/cyrus-imapd24/patches/patch-ab
@@ -0,0 +1,20 @@
+$NetBSD: patch-ab,v 1.1.1.1 2010/10/30 12:12:35 obache Exp $
+
+--- configure.orig 2010-10-19 09:58:48.000000000 +0000
++++ configure
+@@ -7145,13 +7145,13 @@ fi
+
+ done
+
+- if test "$ac_cv_header_pcreposix_h" == "yes"; then
++ if test "$ac_cv_header_pcreposix_h" = "yes"; then
+ LIBS="$LIBS -lpcre -lpcreposix";
+
+ $as_echo "#define ENABLE_REGEX /**/" >>confdefs.h
+
+ else
+- if test "$ac_cv_header_rxposix_h" == "yes"; then
++ if test "$ac_cv_header_rxposix_h" = "yes"; then
+ LIBS="$LIBS -lrx"
+
+ $as_echo "#define ENABLE_REGEX /**/" >>confdefs.h