diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-14 15:46:55 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-14 15:46:55 +0000 |
commit | d12909dc3eaaef80fb2671e3c2e39d3a2700749c (patch) | |
tree | 9a2ffc5a70d626829c1b3a99972ba1fe898b9282 /mail/mailsync/files/patch-mailsync.c | |
parent | FindMTU is a tool that performs IPv6 path MTU discovery. You can use it (diff) |
- Unset USE_GCC=2.95 and add patch to fix build with gcc 3.x
- Respect CFLAGS
- Portlint
PR: ports/69022
Submitted by: Andrey Slusar <vasallia@ukr.net>
Notes
Notes:
svn path=/head/; revision=113658
Diffstat (limited to 'mail/mailsync/files/patch-mailsync.c')
-rw-r--r-- | mail/mailsync/files/patch-mailsync.c | 12 |
1 files changed, 10 insertions, 2 deletions
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; |