aboutsummaryrefslogtreecommitdiffstats
path: root/mail/qmail
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2008-01-15 21:32:21 +0800
committergarga <garga@FreeBSD.org>2008-01-15 21:32:21 +0800
commitad7471ad2ae53ec8cc7f552170a2417b45984aff (patch)
tree4a3c458a70f91764bdbfae7c4ca08f96c71bf61c /mail/qmail
parent789212da7ee0f61c7eb87482bc8f927f29f12d70 (diff)
downloadfreebsd-ports-graphics-ad7471ad2ae53ec8cc7f552170a2417b45984aff.tar.gz
freebsd-ports-graphics-ad7471ad2ae53ec8cc7f552170a2417b45984aff.tar.zst
freebsd-ports-graphics-ad7471ad2ae53ec8cc7f552170a2417b45984aff.zip
- Fix segfault on 64-bit platforms on qmail-spamcontrol like was made on
another slave ports.
Diffstat (limited to 'mail/qmail')
-rw-r--r--mail/qmail/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile
index 1d8d019b20a..d3f6679d0bd 100644
--- a/mail/qmail/Makefile
+++ b/mail/qmail/Makefile
@@ -659,8 +659,7 @@ post-patch:
s!QUEUE_EXTRALEN 0!QUEUE_EXTRALEN 5!g' \
${WRKSRC}/extra.h
.endif
-.if ( ${ARCH} == "amd64" || ${ARCH} == "ia64" ) && \
- ( !defined(SLAVE_SPAMCONTROL) && !defined(SLAVE_LDAP) )
+.if ( ${ARCH} == "amd64" || ${ARCH} == "ia64" ) && !defined(SLAVE_LDAP)
@${PATCH} -d ${WRKSRC} < ${FILESDIR}/extra-patch-amd64
.endif