diff options
author | Olivier Crête <tester@gentoo.org> | 2004-08-28 01:32:50 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2004-08-28 01:32:50 +0000 |
commit | df30738a741f2e132ed517ef610d978f5a1d4540 (patch) | |
tree | 946045d6c3eb8547f70fbde5589b7cdb3677e53e /mail-client/evolution/files | |
parent | portage got tricky on us so time to be trickier (Manifest recommit) (diff) | |
download | gentoo-2-df30738a741f2e132ed517ef610d978f5a1d4540.tar.gz gentoo-2-df30738a741f2e132ed517ef610d978f5a1d4540.tar.bz2 gentoo-2-df30738a741f2e132ed517ef610d978f5a1d4540.zip |
fix bug #61603 on mail-client/evolution-1.5.93
Diffstat (limited to 'mail-client/evolution/files')
-rw-r--r-- | mail-client/evolution/files/evolution-1.5.93-addressbooklibs.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail-client/evolution/files/evolution-1.5.93-addressbooklibs.patch b/mail-client/evolution/files/evolution-1.5.93-addressbooklibs.patch new file mode 100644 index 000000000000..d3a574a4afae --- /dev/null +++ b/mail-client/evolution/files/evolution-1.5.93-addressbooklibs.patch @@ -0,0 +1,10 @@ +--- addressbook/gui/component/Makefile.in.orig 2004-08-13 14:38:30.000000000 -0400 ++++ addressbook/gui/component/Makefile.in 2004-08-25 16:01:28.933397392 -0400 +@@ -292,6 +292,7 @@ + $(SMIME_LIB) \ + $(top_builddir)/addressbook/printing/libecontactprint.la \ + $(top_builddir)/addressbook/gui/component/select-names/libeselectnames.la \ ++ $(top_builddir)/camel/libcamel.la \ + $(top_builddir)/shell/libeshell.la \ + $(top_builddir)/addressbook/gui/merging/libeabbookmerging.la \ + $(top_builddir)/addressbook/gui/widgets/libeabwidgets.la \ |