aboutsummaryrefslogtreecommitdiffstats
path: root/lang/scsh
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2003-10-20 18:48:57 +0800
committerlinimon <linimon@FreeBSD.org>2003-10-20 18:48:57 +0800
commitb3976282c9df0af9c9ee2034bba457f1e9c2c102 (patch)
tree4f072928a2abcbfa168328d503ef671b45d5716a /lang/scsh
parent24dbeeab720c2222aa8bf272b14736d44f275239 (diff)
downloadfreebsd-ports-gnome-b3976282c9df0af9c9ee2034bba457f1e9c2c102.tar.gz
freebsd-ports-gnome-b3976282c9df0af9c9ee2034bba457f1e9c2c102.tar.zst
freebsd-ports-gnome-b3976282c9df0af9c9ee2034bba457f1e9c2c102.zip
Per bento logs, mark as broken on non-i386.
Diffstat (limited to 'lang/scsh')
-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