aboutsummaryrefslogtreecommitdiffstats
path: root/mail/cyrus-imapd22
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2003-05-11 17:04:08 +0800
committerume <ume@FreeBSD.org>2003-05-11 17:04:08 +0800
commit3bdc3a0197a50ecc52ebbc34734704df50a62ef2 (patch)
treed05be56cfae41df65579397fb3628703517a00c9 /mail/cyrus-imapd22
parent7feea8ff223431e69b2c9ee0594a0a64ed197f23 (diff)
downloadfreebsd-ports-gnome-3bdc3a0197a50ecc52ebbc34734704df50a62ef2.tar.gz
freebsd-ports-gnome-3bdc3a0197a50ecc52ebbc34734704df50a62ef2.tar.zst
freebsd-ports-gnome-3bdc3a0197a50ecc52ebbc34734704df50a62ef2.zip
Workaround to fix build on ia64. I hope it fixes the problem.
Reported by: bento via kris
Diffstat (limited to 'mail/cyrus-imapd22')
-rw-r--r--mail/cyrus-imapd22/files/patch-imtest::imtest.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/cyrus-imapd22/files/patch-imtest::imtest.c b/mail/cyrus-imapd22/files/patch-imtest::imtest.c
new file mode 100644
index 000000000000..8e082841d319
--- /dev/null
+++ b/mail/cyrus-imapd22/files/patch-imtest::imtest.c
@@ -0,0 +1,15 @@
+Index: imtest/imtest.c
+diff -u imtest/imtest.c.orig imtest/imtest.c
+--- imtest/imtest.c.orig Wed Mar 19 10:29:22 2003
++++ imtest/imtest.c Sun May 11 16:47:11 2003
+@@ -417,8 +417,8 @@
+ }
+
+
+-char *var_tls_CAfile="";
+-char *var_tls_CApath="";
++static char *var_tls_CAfile="";
++static char *var_tls_CApath="";
+ /*
+ * This is the setup routine for the SSL client.
+ *