From 0cde0c8847fda74af7e74ef4760c0698dde8def5 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 21 Apr 2007 17:32:31 +0000 Subject: [PATCH] BROKEN: Segfault during build on !i386 --- security/mosref/Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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 +.if ${ARCH} != "i386" +BROKEN= Segfault during build on !i386 +.endif + .if ${OSVERSION} < 500000 BROKEN= requires stdint.h .endif