diff options
-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 |