aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2013-08-27 07:30:41 +0800
committerbdrewery <bdrewery@FreeBSD.org>2013-08-27 07:30:41 +0800
commit83ba0771118d0d6b241ad8f0a56d15f3055fca40 (patch)
tree4780faec9eb4d165d8285ae523a0f06cb070bf8a /mail
parentee30261012f72ea5cf64d44884fd8bdefd202167 (diff)
downloadfreebsd-ports-gnome-83ba0771118d0d6b241ad8f0a56d15f3055fca40.tar.gz
freebsd-ports-gnome-83ba0771118d0d6b241ad8f0a56d15f3055fca40.tar.zst
freebsd-ports-gnome-83ba0771118d0d6b241ad8f0a56d15f3055fca40.zip
- Fix build with clang and on head
Reported by: bapt
Diffstat (limited to 'mail')
-rw-r--r--mail/qmail-spamcontrol/Makefile2
-rw-r--r--mail/qmail/Makefile1
2 files changed, 1 insertions, 2 deletions
diff --git a/mail/qmail-spamcontrol/Makefile b/mail/qmail-spamcontrol/Makefile
index e527aceccd93..2ce05537cdaf 100644
--- a/mail/qmail-spamcontrol/Makefile
+++ b/mail/qmail-spamcontrol/Makefile
@@ -19,8 +19,6 @@ EXTRA_PATCHES+= ${MASTERDIR}/files/patch-install.c \
${MASTERDIR}/files/patch-Makefile \
${MASTERDIR}/files/patch-auto_uids-c-dist
-USE_GCC= any
-
# Distfiles
QMAIL_DIST= ${PORTNAME}-${QMAIL_VERSION}${EXTRACT_SUFX}
SPAMCONTROL_DIST= spamcontrol-${SPAMCONTROL_VERSION}_tgz.bin
diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile
index 55d12f27aef5..de25a63833c8 100644
--- a/mail/qmail/Makefile
+++ b/mail/qmail/Makefile
@@ -703,6 +703,7 @@ post-patch:
@cd ${WRKSRC} && ./install_spamcontrol.sh
@${PATCH} -d ${WRKSRC} < ${FILESDIR}/extra-patch-spamcontrol-qmail-smtpd.c
@${PATCH} -d ${WRKSRC} < ${FILESDIR}/extra-patch-spamcontrol-qmail-remote.c
+ @${PATCH} -d ${WRKSRC} < ${FILESDIR}/extra-patch-spamcontrol-tls_remote.c
. if ${PORT_OPTIONS:MSPF_PATCH} && defined(SPF_SPAMCONTROL_PATCH)
@${PATCH} -d ${WRKSRC} < ${DISTDIR}/${DIST_SUBDIR}/${SPF_SPAMCONTROL_PATCH}
. if ${PORT_OPTIONS:MEXTTODO_PATCH} && defined(EXTTODO_PATCH)