diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-05-16 15:59:21 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-05-16 15:59:21 +0000 |
commit | 4d93d275aed3feca710caf082bc265b8502de4c2 (patch) | |
tree | 909de8003d5cddd05984bd0f843dd811eef96989 /mail/evolution/files/patch-ac | |
parent | Missed one (grr) (diff) |
Update 0.10. It still hangs at startup, though...
Notes
Notes:
svn path=/head/; revision=42641
Diffstat (limited to 'mail/evolution/files/patch-ac')
-rw-r--r-- | mail/evolution/files/patch-ac | 53 |
1 files changed, 9 insertions, 44 deletions
diff --git a/mail/evolution/files/patch-ac b/mail/evolution/files/patch-ac index 5d909628c78f..c60c9ffa0f96 100644 --- a/mail/evolution/files/patch-ac +++ b/mail/evolution/files/patch-ac @@ -1,49 +1,14 @@ ---- camel/providers/imap/Makefile.in.orig Fri Dec 15 10:01:48 2000 -+++ camel/providers/imap/Makefile.in Fri Dec 15 17:22:52 2000 -@@ -188,3 +188,3 @@ - --libcamelimap_la_LDFLAGS = $(KRB4_LDFLAGS) -version-info 0:0:0 -+libcamelimap_la_LDFLAGS = $(KRB4_LDFLAGS) -avoid-version ---- camel/providers/local/Makefile.in.orig Fri Dec 15 17:26:16 2000 -+++ camel/providers/local/Makefile.in Fri Dec 15 18:11:47 2000 -@@ -188,3 +188,3 @@ - --libcamellocal_la_LDFLAGS = -version-info 0:0:0 -+libcamellocal_la_LDFLAGS = -avoid-version - ---- camel/providers/nntp/Makefile.in.orig Sat Aug 19 19:26:36 2000 -+++ camel/providers/nntp/Makefile.in Wed Aug 23 11:40:11 2000 -@@ -180,3 +180,3 @@ - --libcamelnntp_la_LDFLAGS = -version-info 0:0:0 -+libcamelnntp_la_LDFLAGS = -avoid-version - ---- camel/providers/pop3/Makefile.in.orig Fri Jun 2 15:48:48 2000 -+++ camel/providers/pop3/Makefile.in Wed Jun 28 18:54:35 2000 -@@ -167,3 +167,3 @@ - --libcamelpop3_la_LDFLAGS = $(KRB4_LDFLAGS) -version-info 0:0:0 -+libcamelpop3_la_LDFLAGS = $(KRB4_LDFLAGS) -avoid-version - ---- camel/providers/sendmail/Makefile.in.orig Fri Jun 2 15:48:49 2000 -+++ camel/providers/sendmail/Makefile.in Wed Jun 28 18:54:52 2000 -@@ -167,3 +167,3 @@ - --libcamelsendmail_la_LDFLAGS = -version-info 0:0:0 -+libcamelsendmail_la_LDFLAGS = -avoid-version - ---- camel/providers/smtp/Makefile.in.orig Fri Jun 2 15:48:49 2000 -+++ camel/providers/smtp/Makefile.in Wed Jun 28 18:55:06 2000 -@@ -167,3 +167,3 @@ +$FreeBSD$ + +--- camel/providers/imap/Makefile.in.orig Wed May 16 10:20:23 2001 ++++ camel/providers/imap/Makefile.in Wed May 16 10:21:14 2001 +@@ -179,7 +179,7 @@ + libcamelimapinclude_HEADERS = camel-imap-command.h camel-imap-folder.h camel-imap-message-cache.h camel-imap-search.h camel-imap-store.h camel-imap-summary.h camel-imap-types.h camel-imap-utils.h camel-imap-wrapper.h --libcamelsmtp_la_LDFLAGS = -version-info 0:0:0 -+libcamelsmtp_la_LDFLAGS = -avoid-version ---- camel/providers/vee/Makefile.in.orig Fri Jun 2 15:48:50 2000 -+++ camel/providers/vee/Makefile.in Wed Jun 28 18:55:19 2000 -@@ -167,3 +167,3 @@ +-libcamelimap_la_LDFLAGS = -version-info 0:0:0 ++libcamelimap_la_LDFLAGS = -avoid-version --libcamelvee_la_LDFLAGS = -version-info 0:0:0 -+libcamelvee_la_LDFLAGS = -avoid-version + noinst_HEADERS = camel-imap-private.h |