summaryrefslogtreecommitdiff
path: root/chinese/miniChinput
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-05-13 09:12:45 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-05-13 09:12:45 +0000
commit632ea868a632b9a7d34edc96ab8dbfec02b21829 (patch)
tree2bd68266414cf5558ae4f818aaed5ed605569c61 /chinese/miniChinput
parentBROKEN on sparc64: Fails testsuite during build (diff)
BROKEN on sparc64: Build fails
Notes
Notes: svn path=/head/; revision=109064
Diffstat (limited to 'chinese/miniChinput')
-rw-r--r--chinese/miniChinput/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/chinese/miniChinput/Makefile b/chinese/miniChinput/Makefile
index 81fa852dd080..3a0d887f66fa 100644
--- a/chinese/miniChinput/Makefile
+++ b/chinese/miniChinput/Makefile
@@ -24,6 +24,12 @@ INSTALL_TARGET= install data-install
MAN1= chinput.1
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64"
+BROKEN= "Build fails on sparc64"
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's,make,${GMAKE},g' ${WRKSRC}/src/Makefile.in
@echo "install:" >> ${WRKSRC}/src/IMdkit/Makefile
@@ -34,4 +40,4 @@ post-patch:
post-install:
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>