freebsd-ports/mail/vmailmgr/files/patch-authenticate: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
377 B
Text

--- authenticate/Makefile.in.orig Mon Feb 2 14:47:40 2004
+++ authenticate/Makefile.in Mon Feb 2 14:49:35 2004
@@ -93,7 +93,7 @@
EXTRA_DIST = $(man_MANS) $(noinst_HTMLS) $(noinst_PODS)
-CXXLINK = $(CC) $(CXXFLAGS) $(LDFLAGS) -o $@
+CXXLINK = $(CXX) $(CXXFLAGS) $(LDFLAGS) -o $@
INCLUDES = $(CIINCLUDES) -I../lib
checkvpw_SOURCES = checkvpw.cc authvlib.cc authvlib.h