diff options
author | Bill Fumerola <billf@FreeBSD.org> | 2001-03-11 00:26:20 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 2001-03-11 00:26:20 +0000 |
commit | 9b58ec9c9613ac7a8b5736c1bcbf220f587aef29 (patch) | |
tree | f34bd684fd2b42a8da55c0df6e2e961a31838807 /mail/postfix27 | |
parent | The HTML version of the manual grew. (diff) |
remove BROKEN for alpha, the unaligned access errors are a red herring.
I'm getting the same "unknown mail transport error" on my i386 at work.
Diffstat (limited to 'mail/postfix27')
-rw-r--r-- | mail/postfix27/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mail/postfix27/Makefile b/mail/postfix27/Makefile index aef05ece9ccc..78e92fc2e00f 100644 --- a/mail/postfix27/Makefile +++ b/mail/postfix27/Makefile @@ -162,10 +162,6 @@ 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" |