diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-31 04:52:27 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-31 04:52:27 +0000 |
commit | aab0bf36c322a1e86c574974f6776851d8e07e07 (patch) | |
tree | c58da27b6bf991d4b4b574fabf71ec443f3dca14 /shells | |
parent | 7a8b64572832bc05a8ae5d0e85ca928d0d816a88 (diff) | |
download | ports-aab0bf36c322a1e86c574974f6776851d8e07e07.tar.gz ports-aab0bf36c322a1e86c574974f6776851d8e07e07.zip |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/scsh/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/shells/scsh/Makefile b/shells/scsh/Makefile index 114b2d14abe7..4d358a255c67 100644 --- a/shells/scsh/Makefile +++ b/shells/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 |