summaryrefslogtreecommitdiff
path: root/japanese/eb
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-07 12:50:59 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-07 12:50:59 +0000
commit47c2b100998b950c6266c1aa3d4bf80b020f0c0d (patch)
treeb9bd831ed0d4e97538bf167a6ca3f633316a6799 /japanese/eb
parentExtend -fPIC to ia64 as well. (diff)
BROKEN on ia64: Configure fails
Notes
Notes: svn path=/head/; revision=103196
Diffstat (limited to 'japanese/eb')
-rw-r--r--japanese/eb/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/japanese/eb/Makefile b/japanese/eb/Makefile
index bd81bffa840f..1ab187f4ea68 100644
--- a/japanese/eb/Makefile
+++ b/japanese/eb/Makefile
@@ -71,6 +71,12 @@ CONFIGURE_ARGS= --enable-nls \
APPENDIXDIR= ${DATADIR}/appendix
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "ia64"
+BROKEN= "Configure fails on ia64"
+.endif
+
post-extract:
${RM} -fr ${WRKSRC}/zlib
${MKDIR} ${WRKDIR}/appendix
@@ -85,4 +91,4 @@ post-install:
.endfor
${CP} -R ${WRKDIR}/appendix/ ${APPENDIXDIR}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>