summaryrefslogtreecommitdiff
path: root/japanese/vftool
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-19 23:03:17 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-19 23:03:17 +0000
commit73b28d21abb05491fa7bb66c5f76d37d5387ae35 (patch)
tree91a8f80037a3d365b04f79a74dca723ec4cbd34d /japanese/vftool
parentBetter fix for amd64 (and ia64, omitted in previous); only compile with (diff)
BROKEN on ia64: Coredump during build
Notes
Notes: svn path=/head/; revision=104679
Diffstat (limited to 'japanese/vftool')
-rw-r--r--japanese/vftool/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/japanese/vftool/Makefile b/japanese/vftool/Makefile
index bbe0d2e32c69..ad69d6f32d05 100644
--- a/japanese/vftool/Makefile
+++ b/japanese/vftool/Makefile
@@ -35,6 +35,12 @@ JFMDIR= ${WRKDIR}/share/texmf/fonts/tfm/ptex
PORTSDOCDIR= ${PREFIX}/share/doc/vftool
TARGETDIRS= vf-n2a vf-a2n vf-a2bk vf-p2pn
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "ia64"
+BROKEN= "Coredump during build on ia64"
+.endif
+
post-extract:
(cd ${WRKDIR}; \
${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/plib13-euc.tar.gz \
@@ -63,4 +69,4 @@ do-install:
)
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>