ports/mail/vmailmgr/files/patch-commands:Makefile.in
Alexander Leidinger 83d7454729 Fix build with gcc 3.x.
Noticed by:		kris/amd64 build
Approved by:		maintainer
Build tested on:	ia32
2004-02-02 14:17:24 +00:00

11 lines
383 B
Text

--- commands/Makefile.in.orig Mon Feb 2 14:57:14 2004
+++ commands/Makefile.in Mon Feb 2 14:57:24 2004
@@ -99,7 +99,7 @@
EXTRA_PROGRAMS = vpasswd2cdb vrehash
EXTRA_SCRIPTS = allvpasswd2cdb
-CXXLINK = $(CC) $(CXXFLAGS) $(LDFLAGS) -o $@
+CXXLINK = $(CXX) $(CXXFLAGS) $(LDFLAGS) -o $@
INCLUDES = -I../lib -DBINDIR=\"@bindir@\"
listvdomain_SOURCES = listvdomain.cc vcommand.cc