diff options
author | steve <steve@FreeBSD.org> | 1999-05-31 04:52:27 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-05-31 04:52:27 +0000 |
commit | 3cf3e6e42567a95025f0661cf1185b47d2871c92 (patch) | |
tree | 6b7824fe0cd9d462c44182ce09da8583475ef1d4 /lang/scsh | |
parent | 5f924a267783622c63a681e720e972084af3e01d (diff) | |
download | FreeBSD-ports-3cf3e6e42567a95025f0661cf1185b47d2871c92.zip FreeBSD-ports-3cf3e6e42567a95025f0661cf1185b47d2871c92.tar.gz |
Mark broken for Alpha because of bus errors from unaligned accesses.
Diffstat (limited to 'lang/scsh')
-rw-r--r-- | lang/scsh/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lang/scsh/Makefile b/lang/scsh/Makefile index 114b2d1..4d358a2 100644 --- a/lang/scsh/Makefile +++ b/lang/scsh/Makefile @@ -3,7 +3,7 @@ # Date created: Jul, 15, 1997 # Whom: cracauer@cons.org "Martin Cracauer" # -# $Id: Makefile,v 1.6 1998/12/02 23:50:37 cracauer Exp $ +# $Id: Makefile,v 1.7 1999/02/23 02:20:21 jkoshy Exp $ # DISTNAME= scsh-0.5.1 @@ -16,6 +16,10 @@ MAINTAINER= cracauer@cons.org .include <bsd.port.pre.mk> +.if ${MACHINE_ARCH} == "alpha" +BROKEN= bus errors on unaligned accesses in scshvm +.endif + GNU_CONFIGURE= yes .if $(PORTOBJFORMAT) == elf |