diff --git a/databases/evolution-data-server/patches/patch-configure b/databases/evolution-data-server/patches/patch-configure new file mode 100644 index 00000000000..743271f5cf5 --- /dev/null +++ b/databases/evolution-data-server/patches/patch-configure @@ -0,0 +1,11 @@ +$OpenBSD: patch-configure,v 1.1 2007/06/26 16:56:54 ajacoutot Exp $ +--- configure.orig Tue Jun 26 10:14:34 2007 ++++ configure Tue Jun 26 10:14:49 2007 +@@ -25364,6 +25364,7 @@ int main (int argc, char **argv) + { + iconv_t cd; + cd = iconv_open ("UTF-8", "ISO-8859-1"); ++ exit (0); + } + + _ACEOF