diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-11-12 00:01:04 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-11-12 00:01:04 +0000 |
commit | 624cb4d85b919a50995e9969e71e6fcd58d10031 (patch) | |
tree | baec76c2fe9d8b121cc96396f27e1f4bdf0d5bfd /mail/evolution-devel/files/patch-camel_Makefile.in | |
parent | Upgrade to 3.6. (diff) |
Update to 1.2.0. This is a big release, and I don't want to polute the
the CVS log with all the details. However, almost every aspect has been
touched. Note, that this is still a GNOME 1.x application!
More info on the features can be found at Ximian:
http://www.ximian.com/products/evolution/
Notes
Notes:
svn path=/head/; revision=69932
Diffstat (limited to 'mail/evolution-devel/files/patch-camel_Makefile.in')
-rw-r--r-- | mail/evolution-devel/files/patch-camel_Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/evolution-devel/files/patch-camel_Makefile.in b/mail/evolution-devel/files/patch-camel_Makefile.in new file mode 100644 index 000000000000..8cc05b89d6cb --- /dev/null +++ b/mail/evolution-devel/files/patch-camel_Makefile.in @@ -0,0 +1,11 @@ +--- camel/Makefile.in.orig Thu Sep 19 15:23:54 2002 ++++ camel/Makefile.in Thu Sep 19 15:24:30 2002 +@@ -265,7 +265,7 @@ + DEFS = @DEFS@ -I. -I$(srcdir) -I.. + CPPFLAGS = @CPPFLAGS@ + LDFLAGS = @LDFLAGS@ +-LIBS = @LIBS@ ++LIBS = @LIBS@ -lintl + libcamel_la_DEPENDENCIES = $(top_builddir)/e-util/libeutil.la + libcamel_la_OBJECTS = broken-date-parser.lo camel-address.lo \ + camel-arg.lo camel-block-file.lo camel-certdb.lo camel-charset-map.lo \ |