diff options
author | Alexander Langer <alex@FreeBSD.org> | 2001-03-10 20:35:11 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2001-03-10 20:35:11 +0000 |
commit | cebd59bc7312dc4ddbfe16b0c3c6dcc0f671df5b (patch) | |
tree | 5a5bcf6ba74966fb56b62f9203ea9a695f0794d5 /mail | |
parent | cca71f50d225f7829cd5f1539338fa678225bd91 (diff) |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix-current/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index f996be8be3c6..7a43be29797b 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -158,6 +158,10 @@ post-clean: .include <bsd.port.pre.mk> +.if ${MACHINE_ARCH} == "alpha" +BROKEN= "Problems with unaligned access" +.endif + replace: .if ${OSVERSION} >= 400014 @${ECHO_MSG} "===> Activating postfix in /etc/mail/mailer.conf" |