diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-12-30 15:33:09 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-12-30 15:33:09 +0800 |
commit | e59721f95e9026927abb831456f5504091ef6c9d (patch) | |
tree | 356d018a2f897bed034a0903e82517804a71cb93 /mail/evolution/files | |
parent | 2a9f1bb2b747b243c62f12b24c98f5f229422b3b (diff) | |
download | marcuscom-ports-e59721f95e9026927abb831456f5504091ef6c9d.tar.gz marcuscom-ports-e59721f95e9026927abb831456f5504091ef6c9d.tar.zst marcuscom-ports-e59721f95e9026927abb831456f5504091ef6c9d.zip |
Update to 1.5.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1561 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/evolution/files')
-rw-r--r-- | mail/evolution/files/patch-aa | 25 | ||||
-rw-r--r-- | mail/evolution/files/patch-tools_Makefile.in | 12 |
2 files changed, 24 insertions, 13 deletions
diff --git a/mail/evolution/files/patch-aa b/mail/evolution/files/patch-aa index 17a3d3d2f..17e6be9d1 100644 --- a/mail/evolution/files/patch-aa +++ b/mail/evolution/files/patch-aa @@ -1,6 +1,14 @@ ---- configure.orig Sun Dec 7 20:17:19 2003 -+++ configure Tue Dec 9 14:29:13 2003 -@@ -23977,10 +23977,10 @@ +--- configure.orig Tue Dec 30 00:39:05 2003 ++++ configure Tue Dec 30 00:42:14 2003 +@@ -20830,6 +20830,7 @@ + cat confdefs.h >>conftest.$ac_ext + cat >>conftest.$ac_ext <<_ACEOF + /* end confdefs.h. */ ++#include <sys/types.h> + #include <sys/socket.h> + socklen_t x; + +@@ -23977,10 +23978,10 @@ Example: --with-nspr-libs=/usr/lib" >&2;} { (exit 1); exit 1; }; } else @@ -13,16 +21,7 @@ fi echo "$as_me:$LINENO: checking for Mozilla nspr libraries" >&5 -@@ -24792,6 +24792,8 @@ - _ACEOF - - msg_ssl="yes (OpenSSL)" -+ enable_smime="yes" -+ msg_smime="yes" - OPENSSL_LDFLAGS="$with_openssl_libs -lssl -lcrypto $DL_LDFLAGS" - else - OPENSSL_CFLAGS="" -@@ -27767,7 +27769,7 @@ +@@ -27767,7 +27770,7 @@ idldir="$datadir/idl/evolution-$BASE_VERSION" diff --git a/mail/evolution/files/patch-tools_Makefile.in b/mail/evolution/files/patch-tools_Makefile.in new file mode 100644 index 000000000..7dd9f4450 --- /dev/null +++ b/mail/evolution/files/patch-tools_Makefile.in @@ -0,0 +1,12 @@ +--- tools/Makefile.in.orig Tue Dec 30 01:50:58 2003 ++++ tools/Makefile.in Tue Dec 30 01:51:51 2003 +@@ -240,7 +240,8 @@ + killev_SOURCES = killev.c + + +-killev_LDADD = $(top_builddir)/e-util/libeutil.la ++killev_LDADD = $(top_builddir)/e-util/libeutil.la \ ++ $(E_UTIL_LIBS) + + + CLEANFILES = evolution-addressbook-clean $(BUILT_SOURCES) |