svn commit: r349720 - head/mail/rmilter
Vsevolod Stakhov
vsevolod at FreeBSD.org
Mon Mar 31 10:36:02 UTC 2014
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:
More information about the svn-ports-all
mailing list