diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-06-06 16:40:47 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-06-06 16:40:47 +0800 |
commit | 0e74b200396e4e867c0a80a0a541aa8384e5683c (patch) | |
tree | 75aa051d96bd046b23951c89b66296bd769c7f1d /mail/evolution/files/patch-aa | |
parent | dc6ac2564ea8c6a39b69b5fec83d11eb93e20690 (diff) | |
download | marcuscom-ports-0e74b200396e4e867c0a80a0a541aa8384e5683c.tar marcuscom-ports-0e74b200396e4e867c0a80a0a541aa8384e5683c.tar.gz marcuscom-ports-0e74b200396e4e867c0a80a0a541aa8384e5683c.tar.bz2 marcuscom-ports-0e74b200396e4e867c0a80a0a541aa8384e5683c.tar.lz marcuscom-ports-0e74b200396e4e867c0a80a0a541aa8384e5683c.tar.xz marcuscom-ports-0e74b200396e4e867c0a80a0a541aa8384e5683c.tar.zst marcuscom-ports-0e74b200396e4e867c0a80a0a541aa8384e5683c.zip |
Merged to ports. (minus old OPTIONS ofc)
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18514 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/evolution/files/patch-aa')
-rw-r--r-- | mail/evolution/files/patch-aa | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/mail/evolution/files/patch-aa b/mail/evolution/files/patch-aa deleted file mode 100644 index 3b9eb7094..000000000 --- a/mail/evolution/files/patch-aa +++ /dev/null @@ -1,36 +0,0 @@ ---- configure.orig 2009-12-26 20:42:20.000000000 +0100 -+++ configure 2009-12-26 20:49:17.000000000 +0100 -@@ -4329,7 +4329,7 @@ - -Wdeclaration-after-statement - -Werror-implicit-function-declaration - -Wformat-security -Winit-self -- -Wmissing-declarations -Wmissing-include-dirs -+ -Wmissing-declarations - -Wmissing-noreturn -Wnested-externs -Wpointer-arith - -Wredundant-decls -Wundef -Wwrite-strings" - flags_supported="" -@@ -16441,6 +16441,16 @@ - CHAMPLAIN_REQUIREMENT='' - GEOCLUE_REQUIREMENT='' - ;; -+*freebsd*) -+ os_win32=no -+ NO_UNDEFINED='' -+ SOCKET_LIBS='' -+ SOEXT='.so' -+ SA_JUNK_PLUGIN=sa-junk-plugin -+ BF_JUNK_PLUGIN=bogo-junk-plugin -+ DL_LIB='' -+ SOFTOKN3_LIB='-lsoftokn3' -+ ;; - *) - os_win32=no - NO_UNDEFINED='-no-undefined' -@@ -18544,6 +18554,7 @@ - #include <sys/socket.h> - #include <netinet/in.h> - #include <netdb.h> -+ #include <stdio.h> - - #define BUFSIZE (sizeof(struct hostent)+10) - |