View | Details | Raw Unified | Return to bug 69022
Collapse All | Expand All

(-)mailsync/Makefile (-1 lines)
Lines 22-28 Link Here
22
22
23
USE_GMAKE=	yes
23
USE_GMAKE=	yes
24
USE_REINPLACE=	yes
24
USE_REINPLACE=	yes
25
USE_GCC=	2.95
26
25
27
ALL_TARGET=	default
26
ALL_TARGET=	default
28
27
(-)mailsync/files/patch-Makefile (-3 / +4 lines)
Lines 1-5 Link Here
1
--- Makefile.orig	Thu Oct 24 16:03:07 2002
1
--- Makefile.orig	Thu Oct 24 17:03:07 2002
2
+++ Makefile	Wed Feb 26 23:39:48 2003
2
+++ Makefile	Wed Jul 14 04:02:48 2004
3
@@ -1,32 +1,32 @@
3
@@ -1,32 +1,32 @@
4
 # compiling with g++-3 worked for me with the commented ## lines - tpo
4
 # compiling with g++-3 worked for me with the commented ## lines - tpo
5
 
5
 
Lines 22-28 Link Here
22
 ##CC = g++-3.0
22
 ##CC = g++-3.0
23
 
23
 
24
 # flags for your compiler
24
 # flags for your compiler
25
 CFLAGS = -g  -O2 -Wall -I$(C)
25
-CFLAGS = -g  -O2 -Wall -I$(C)
26
+CFLAGS += -Wall -fno-operator-names -I$(C)
26
 
27
 
27
 # required libraries
28
 # required libraries
28
-LDFLAGS = -lm -lssl -lgssapi_krb5
29
-LDFLAGS = -lm -lssl -lgssapi_krb5
(-)mailsync/files/patch-mailsync.c (-2 / +10 lines)
Lines 1-6 Link Here
1
--- mailsync.c.orig	Thu Nov  7 12:05:46 2002
1
--- mailsync.c.orig	Thu Nov  7 12:05:46 2002
2
+++ mailsync.c	Mon Feb  3 22:59:09 2003
2
+++ mailsync.c	Wed Jul 14 03:52:22 2004
3
@@ -30,8 +30,8 @@
3
@@ -20,6 +20,7 @@
4
 extern int errno;               // Just in case
5
 #include <sys/stat.h>           // Stat()
6
 
7
+#include <cassert>
8
 #include <string>
9
 #include <set>
10
 #include <map>
11
@@ -30,8 +31,8 @@
4
 using std::vector;
12
 using std::vector;
5
 using std::make_pair;
13
 using std::make_pair;

Return to bug 69022