summaryrefslogtreecommitdiff
path: root/lang/scsh/Makefile
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2003-10-20 10:48:57 +0000
committerMark Linimon <linimon@FreeBSD.org>2003-10-20 10:48:57 +0000
commit550cd5387e0752dd1f3116ec26219a163d97b36d (patch)
tree0ecbb9c3c06d1a0a026f9e70671f40bbbf45ab0a /lang/scsh/Makefile
parentFix build on -CURRENT [1] (diff)
Per bento logs, mark as broken on non-i386.
Notes
Notes: svn path=/head/; revision=91722
Diffstat (limited to '')
-rw-r--r--lang/scsh/Makefile6
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