diff options
Diffstat (limited to 'lang/mosh')
-rw-r--r-- | lang/mosh/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/mosh/Makefile b/lang/mosh/Makefile index 0779d02df3ae..65b2b3b828bb 100644 --- a/lang/mosh/Makefile +++ b/lang/mosh/Makefile @@ -36,6 +36,10 @@ MAN1= mosh.1 mosh_config.1 BROKEN= Does not build on FreeBSD 7.x .endif +.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" +BROKEN= Does not compile on ia64, powerpc, or sparc64 +.endif + post-patch: ${REINPLACE_CMD} 's|mosh-$$PACKAGE_VERSION|mosh|' ${WRKSRC}/configure |