Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Mar 2014 10:36:02 +0000 (UTC)
From:      Vsevolod Stakhov <vsevolod@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r349720 - head/mail/rmilter
Message-ID:  <201403311036.s2VAa2jV024507@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vsevolod
Date: Mon Mar 31 10:36:02 2014
New Revision: 349720
URL: http://svnweb.freebsd.org/changeset/ports/349720
QAT: https://qat.redports.org/buildarchive/r349720/

Log:
  Unbreak build with the recent clang (do not bump revision).

Modified:
  head/mail/rmilter/Makefile

Modified: head/mail/rmilter/Makefile
==============================================================================
--- head/mail/rmilter/Makefile	Mon Mar 31 10:23:49 2014	(r349719)
+++ head/mail/rmilter/Makefile	Mon Mar 31 10:36:02 2014	(r349720)
@@ -33,6 +33,9 @@ LIB_DEPENDS+=		libpcre.so:${PORTSDIR}/de
 			libopendkim.so:${PORTSDIR}/mail/opendkim
 
 .include <bsd.port.pre.mk>
+
+# Workaround to prevent bsd.milter.mk from breaking the build with the recent clang
+WITHOUT_MILTER_LDFLAGS=	yes
 .include "${PORTSDIR}/mail/sendmail/bsd.milter.mk"
 
 do-install:



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