aboutsummaryrefslogtreecommitdiff
path: root/security/mosref
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2007-04-21 17:32:31 +0000
committerKris Kennaway <kris@FreeBSD.org>2007-04-21 17:32:31 +0000
commit0cde0c8847fda74af7e74ef4760c0698dde8def5 (patch)
tree95018e517007658db40b6e68ca96cd1ffc7c2db0 /security/mosref
parent4dedbdfa59b76dfa3045429dd81b00208f20afc1 (diff)
downloadports-0cde0c8847fda74af7e74ef4760c0698dde8def5.tar.gz
ports-0cde0c8847fda74af7e74ef4760c0698dde8def5.zip
Notes
Diffstat (limited to 'security/mosref')
-rw-r--r--security/mosref/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/mosref/Makefile b/security/mosref/Makefile
index 59e2d3418b56..a0060b88cfb6 100644
--- a/security/mosref/Makefile
+++ b/security/mosref/Makefile
@@ -36,6 +36,10 @@ post-install:
.include <bsd.port.pre.mk>
+.if ${ARCH} != "i386"
+BROKEN= Segfault during build on !i386
+.endif
+
.if ${OSVERSION} < 500000
BROKEN= requires stdint.h
.endif