From d12909dc3eaaef80fb2671e3c2e39d3a2700749c Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Wed, 14 Jul 2004 15:46:55 +0000 Subject: - 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 --- mail/mailsync/files/patch-Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'mail/mailsync/files/patch-Makefile') 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 -- cgit v1.2.3