Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Mar 2014 21:20:44 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r349366 - head/mail/spamilter/files
Message-ID:  <201403272120.s2RLKiuR085630@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Thu Mar 27 21:20:43 2014
New Revision: 349366
URL: http://svnweb.freebsd.org/changeset/ports/349366
QAT: https://qat.redports.org/buildarchive/r349366/

Log:
  - fix build with custom CC

Modified:
  head/mail/spamilter/files/patch-Makefile.tmpl

Modified: head/mail/spamilter/files/patch-Makefile.tmpl
==============================================================================
--- head/mail/spamilter/files/patch-Makefile.tmpl	Thu Mar 27 21:09:58 2014	(r349365)
+++ head/mail/spamilter/files/patch-Makefile.tmpl	Thu Mar 27 21:20:43 2014	(r349366)
@@ -1,5 +1,14 @@
 --- Makefile.tmpl.orig	2005-11-27 21:52:05.000000000 +0100
-+++ Makefile.tmpl	2013-12-05 09:24:17.000000000 +0100
++++ Makefile.tmpl	2014-03-27 20:44:51.000000000 +0100
+@@ -10,7 +10,7 @@
+ <ALL> #
+ <ALL> #--------------------------------------------------------------------*
+ <ALL>
+-<ALL>CC =		gcc
++<ALL>CC?=		gcc
+ <ALL>SRCS =		dns.c dnsbl.c hndlrs.c misc.c smisc.c mx.c smtp.c inet.c ifi.c bwlist.c badext.c <WITH_POPAUTH popauth.c><WITH_LIBSPF spfapi.c> <INC_SunOS nstring.c>
+ <ALL>OBJS =		${SRCS:.c=.o}
+ <ALL>INCLUDES =	${SRCS:.c=.h} spamilter.h <INC_OpenBSD ns_compat.h>
 @@ -26,17 +26,17 @@
  <ALL>INCLUDEDIR =	-I. -I${SMDIR}/include <WITH_LIBSPF -I${LIBSPFINC}>
  <INCDIRS>INCLUDEDIR +=		<X>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403272120.s2RLKiuR085630>