diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-10-20 10:48:57 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-10-20 10:48:57 +0000 |
commit | 550cd5387e0752dd1f3116ec26219a163d97b36d (patch) | |
tree | 0ecbb9c3c06d1a0a026f9e70671f40bbbf45ab0a /lang | |
parent | Fix build on -CURRENT [1] (diff) |
Per bento logs, mark as broken on non-i386.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/scsh/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/scsh/Makefile b/lang/scsh/Makefile index f6f7f465dd31..5693558c1a75 100644 --- a/lang/scsh/Makefile +++ b/lang/scsh/Makefile @@ -17,9 +17,9 @@ CONFIGURE_ENV+= LDFLAGS="-Wl,-E" .include <bsd.port.pre.mk> -#.if ${MACHINE_ARCH} == "alpha" -#BROKEN= bus errors on unaligned accesses in scshvm -#.endif +.if ${MACHINE_ARCH} != "i386" +BROKEN= "fails to install on ${MACHINE_ARCH}" +.endif GNU_CONFIGURE= yes |