diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2007-05-29 17:28:49 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2007-05-29 17:28:49 +0000 |
commit | fb7ad518dd6fc39b1071affe426a85ee33b17704 (patch) | |
tree | 233a0850e10a9e178cf979833a118c3a7bc3609f /mail/evolution/files | |
parent | bfe8a9ab273f573d122fd3ae04fdd85d73d0b6e2 (diff) | |
download | ports-fb7ad518dd6fc39b1071affe426a85ee33b17704.tar.gz ports-fb7ad518dd6fc39b1071affe426a85ee33b17704.zip |
Notes
Diffstat (limited to 'mail/evolution/files')
-rw-r--r-- | mail/evolution/files/patch-aa | 8 | ||||
-rw-r--r-- | mail/evolution/files/patch-mail_em-utils.h | 10 |
2 files changed, 0 insertions, 18 deletions
diff --git a/mail/evolution/files/patch-aa b/mail/evolution/files/patch-aa index dddc3d63572e..9adc9c36e145 100644 --- a/mail/evolution/files/patch-aa +++ b/mail/evolution/files/patch-aa @@ -16,14 +16,6 @@ *) os_win32=no NO_UNDEFINED='' SOEXT='.so' -@@ -24979,6 +24988,7 @@ int main (int argc, char **argv) - { - iconv_t cd; - cd = iconv_open ("UTF-8", "ISO-8859-1"); -+ return (0); - } - - _ACEOF @@ -26594,6 +26604,7 @@ cat >>conftest.$ac_ext <<_ACEOF #include <sys/socket.h> #include <netinet/in.h> diff --git a/mail/evolution/files/patch-mail_em-utils.h b/mail/evolution/files/patch-mail_em-utils.h deleted file mode 100644 index b3e7b9ffbe25..000000000000 --- a/mail/evolution/files/patch-mail_em-utils.h +++ /dev/null @@ -1,10 +0,0 @@ ---- mail/em-utils.h.orig Tue Aug 3 16:59:46 2004 -+++ mail/em-utils.h Tue Aug 3 17:00:04 2004 -@@ -23,6 +23,7 @@ - #ifndef __EM_UTILS_H__ - #define __EM_UTILS_H__ - -+#include <sys/types.h> - #include <glib.h> - - #ifdef __cplusplus |