aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorStefan Walter <stefan@FreeBSD.org>2010-06-27 17:36:12 +0000
committerStefan Walter <stefan@FreeBSD.org>2010-06-27 17:36:12 +0000
commit8914afa41e2fd38a0d040093400c1f8cf2e40c33 (patch)
treed55e72ee520f480a3ecfffc3fe83c7dc8ae5b099 /mail
parent224eb510f9a7984f269b98c4d274fbc38433166f (diff)
downloadports-8914afa41e2fd38a0d040093400c1f8cf2e40c33.tar.gz
ports-8914afa41e2fd38a0d040093400c1f8cf2e40c33.zip
Notes
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>