diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-22 20:39:37 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-22 20:39:37 +0000 |
commit | 727a9e81e04a2602a1ecb493f2a54bc5abefe8b4 (patch) | |
tree | d7bae786e7a2d1ba197a1f66e5a5d549ed7e0d5c /mail/evolution-devel/files/patch-ac | |
parent | update to 4.3.1. (diff) |
Don't compile/install useless statically linked versions of shared objects.
Notes
Notes:
svn path=/head/; revision=53600
Diffstat (limited to 'mail/evolution-devel/files/patch-ac')
-rw-r--r-- | mail/evolution-devel/files/patch-ac | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/mail/evolution-devel/files/patch-ac b/mail/evolution-devel/files/patch-ac index c60c9ffa0f96..69c82fa12d2a 100644 --- a/mail/evolution-devel/files/patch-ac +++ b/mail/evolution-devel/files/patch-ac @@ -1,14 +1,14 @@ $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 +--- camel/providers/imap/Makefile.in.orig Tue Jan 22 09:37:18 2002 ++++ camel/providers/imap/Makefile.in Tue Jan 22 21:07:36 2002 +@@ -227,7 +227,7 @@ + camel-imap-wrapper.h -libcamelimap_la_LDFLAGS = -version-info 0:0:0 -+libcamelimap_la_LDFLAGS = -avoid-version - - noinst_HEADERS = camel-imap-private.h ++libcamelimap_la_LDFLAGS = -avoid-version -module + noinst_HEADERS = \ + camel-imap-private.h |