diff options
Diffstat (limited to 'mail/mailsync/files')
-rw-r--r-- | mail/mailsync/files/patch-Makefile | 7 | ||||
-rw-r--r-- | mail/mailsync/files/patch-mailsync.c | 12 |
2 files changed, 14 insertions, 5 deletions
diff --git a/mail/mailsync/files/patch-Makefile b/mail/mailsync/files/patch-Makefile index 1a463d11bb57..9c43172f9eca 100644 --- a/mail/mailsync/files/patch-Makefile +++ b/mail/mailsync/files/patch-Makefile @@ -1,5 +1,5 @@ ---- Makefile.orig Thu Oct 24 16:03:07 2002 -+++ Makefile Wed Feb 26 23:39:48 2003 +--- Makefile.orig Thu Oct 24 17:03:07 2002 ++++ Makefile Wed Jul 14 04:02:48 2004 @@ -1,32 +1,32 @@ # compiling with g++-3 worked for me with the commented ## lines - tpo @@ -22,7 +22,8 @@ ##CC = g++-3.0 # flags for your compiler - CFLAGS = -g -O2 -Wall -I$(C) +-CFLAGS = -g -O2 -Wall -I$(C) ++CFLAGS += -Wall -fno-operator-names -I$(C) # required libraries -LDFLAGS = -lm -lssl -lgssapi_krb5 diff --git a/mail/mailsync/files/patch-mailsync.c b/mail/mailsync/files/patch-mailsync.c index 125e236ccef4..1fa875fbd6f2 100644 --- a/mail/mailsync/files/patch-mailsync.c +++ b/mail/mailsync/files/patch-mailsync.c @@ -1,6 +1,14 @@ --- mailsync.c.orig Thu Nov 7 12:05:46 2002 -+++ mailsync.c Mon Feb 3 22:59:09 2003 -@@ -30,8 +30,8 @@ ++++ mailsync.c Wed Jul 14 03:52:22 2004 +@@ -20,6 +20,7 @@ + extern int errno; // Just in case + #include <sys/stat.h> // Stat() + ++#include <cassert> + #include <string> + #include <set> + #include <map> +@@ -30,8 +31,8 @@ using std::vector; using std::make_pair; |