diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-07-17 16:57:52 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-07-17 16:57:52 +0000 |
commit | 32b3cf1b92428e7fad9e7b808f15cb77bf623e70 (patch) | |
tree | 281ce991ef5cb49e37a4b26d10213a01b4b67b77 /mail/cyrus-imapd23/files/patch-bc | |
parent | Fix build with Perl 5.005_03. (diff) |
Update to 2.2.1-BETA.
Since there are some issue to upgrading from 2.2.0-ALPHA,
you should read /usr/local/share/doc/cyrus-imapd22/install-upgrade.html
before upgrading your server.
Notes
Notes:
svn path=/head/; revision=85060
Diffstat (limited to 'mail/cyrus-imapd23/files/patch-bc')
-rw-r--r-- | mail/cyrus-imapd23/files/patch-bc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/cyrus-imapd23/files/patch-bc b/mail/cyrus-imapd23/files/patch-bc index 089a879af595..9b2b0276a019 100644 --- a/mail/cyrus-imapd23/files/patch-bc +++ b/mail/cyrus-imapd23/files/patch-bc @@ -1,13 +1,13 @@ Index: imap/Makefile.in diff -u imap/Makefile.in.orig imap/Makefile.in ---- imap/Makefile.in.orig Fri Feb 28 03:10:28 2003 -+++ imap/Makefile.in Fri Mar 21 14:28:10 2003 -@@ -232,13 +232,13 @@ - libimap.a $(DEPLIBS) +--- imap/Makefile.in.orig Tue Jul 15 00:56:08 2003 ++++ imap/Makefile.in Fri Jul 18 00:35:34 2003 +@@ -241,13 +241,13 @@ $(CC) $(LDFLAGS) -o mupdate \ $(SERVICETHREAD) mupdate.o mupdate-slave.o mupdate-client.o \ -- mutex_pthread.o libimap.a $(DEPLIBS) $(LIBS) $(LIB_WRAP) -lpthread -+ mutex_pthread.o libimap.a $(DEPLIBS) $(LIBS) $(LIB_WRAP) $(PTHREAD_LIBS) + mutex_pthread.o tls.o libimap.a \ +- $(DEPLIBS) $(LIBS) $(LIB_WRAP) -lpthread ++ $(DEPLIBS) $(LIBS) $(LIB_WRAP) $(PTHREAD_LIBS) mupdate.pure: mupdate.o mupdate-slave.o mupdate-client.o mutex_pthread.o \ libimap.a $(DEPLIBS) |