diff options
author | kris <kris@FreeBSD.org> | 2007-04-21 17:32:31 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-04-21 17:32:31 +0000 |
commit | dae04901584e1954f6dcda6423e701e8b439149c (patch) | |
tree | 8b333f1bf3f48ce6a61359e6870634bcbc669a4c /security | |
parent | ba79d32320e23b4c6e59fe2d3746839d3de5926b (diff) | |
download | FreeBSD-ports-dae04901584e1954f6dcda6423e701e8b439149c.zip FreeBSD-ports-dae04901584e1954f6dcda6423e701e8b439149c.tar.gz |
BROKEN: Segfault during build on !i386
Diffstat (limited to 'security')
-rw-r--r-- | security/mosref/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/mosref/Makefile b/security/mosref/Makefile index 59e2d34..a0060b8 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 |