aboutsummaryrefslogtreecommitdiff
path: root/mail/ftrack/files
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-11-17 00:16:01 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-11-17 00:16:01 +0000
commitc0a3f3b8e9db309be66702f84662df10cc08896a (patch)
treefa976eba324bf074bd5dd314628e7debebdb7621 /mail/ftrack/files
parent0ea3f56ce4e3e64541f3c3baf787bc1d7011d9ef (diff)
Notes
Diffstat (limited to 'mail/ftrack/files')
-rw-r--r--mail/ftrack/files/patch-MakeFiles-FreeBSD-Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/mail/ftrack/files/patch-MakeFiles-FreeBSD-Makefile b/mail/ftrack/files/patch-MakeFiles-FreeBSD-Makefile
index 242f0b62d8b0..81d1fc31a871 100644
--- a/mail/ftrack/files/patch-MakeFiles-FreeBSD-Makefile
+++ b/mail/ftrack/files/patch-MakeFiles-FreeBSD-Makefile
@@ -1,13 +1,14 @@
--- MakeFiles/FreeBSD/Makefile.orig Fri Aug 19 17:20:22 2005
+++ MakeFiles/FreeBSD/Makefile Fri Aug 19 17:20:23 2005
-@@ -1,5 +1,4 @@
+@@ -1,5 +1,5 @@
-CC= cc
++CC= g++
-CFLAGS= -Wall -W -fno-rtti `perl -MExtUtils::Embed -e ccopts`
+CFLAGS+=-Wall -W -fno-rtti `perl -MExtUtils::Embed -e ccopts`
CDEFS= -DUNIX
COPT= -Ihpp -I/usr/local/include -O -pipe
LFLAGS= -s
-@@ -34,23 +33,53 @@
+@@ -34,20 +33,50 @@
utils.o \
mask.o \
script.o \
@@ -63,8 +64,3 @@
ftrack: $(OBJS)
-- $(CC) $(LFLAGS) -o ftrack $(OBJS) -L/usr/local/lib -lsmapi `perl -MExtUtils::Embed -e ccopts -e ldopts`
-+ $(CXX) $(LFLAGS) -o ftrack $(OBJS) -L/usr/local/lib -lsmapi `perl -MExtUtils::Embed -e ccopts -e ldopts`
-
- clean:
- -rm -f *.o