diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2012-09-04 06:57:36 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2012-09-04 06:57:36 +0000 |
commit | 8e65c59121fbb53bcf7950f6a0f9b6f261ac6398 (patch) | |
tree | bbaf5dbd314f3a0807509b03d87030411873b44e /lang/mosh | |
parent | 0321c9291bf93b4ef8048f699fc841610c52885c (diff) |
Notes
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 |