diff options
Diffstat (limited to 'mail/qmail')
-rw-r--r-- | mail/qmail/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile index 1d8d019b20aa..d3f6679d0bd3 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 |