summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/isoqlog/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/isoqlog/Makefile b/mail/isoqlog/Makefile
index fc9feb167c9d..1c5450724739 100644
--- a/mail/isoqlog/Makefile
+++ b/mail/isoqlog/Makefile
@@ -20,6 +20,12 @@ USE_GMAKE= yes
SUB_FILES= pkg-message
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64"
+BROKEN= Segmentation faults on amd64 (see ports/139867 for details)
+.endif
+
.ifdef NOPORTDOCS
post-patch:
@${REINPLACE_CMD} -e '/install-data-am:/s/install-${PORTNAME}_docDATA//' \
@@ -30,4 +36,4 @@ post-patch:
post-install:
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>