diff options
author | vsevolod <vsevolod@FreeBSD.org> | 2014-03-31 18:36:02 +0800 |
---|---|---|
committer | vsevolod <vsevolod@FreeBSD.org> | 2014-03-31 18:36:02 +0800 |
commit | faa112e004bad468b4f913845d72716a0b4a38de (patch) | |
tree | caa3f6bad0390225af26f1a2ef3391b7beb547f8 /mail | |
parent | 2bfad53ed967bc9fc91e4a3243cf146644d8cc5d (diff) | |
download | freebsd-ports-gnome-faa112e004bad468b4f913845d72716a0b4a38de.tar.gz freebsd-ports-gnome-faa112e004bad468b4f913845d72716a0b4a38de.tar.zst freebsd-ports-gnome-faa112e004bad468b4f913845d72716a0b4a38de.zip |
Unbreak build with the recent clang (do not bump revision).
Diffstat (limited to 'mail')
-rw-r--r-- | mail/rmilter/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/rmilter/Makefile b/mail/rmilter/Makefile index 04571b079ffc..8ffb68beded1 100644 --- a/mail/rmilter/Makefile +++ b/mail/rmilter/Makefile @@ -33,6 +33,9 @@ LIB_DEPENDS+= libpcre.so:${PORTSDIR}/devel/pcre \ 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: |