1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00

BROKEN on ia64: Configure fails

This commit is contained in:
Kris Kennaway 2004-03-07 12:50:59 +00:00
parent 5e511878ec
commit 47c2b10099
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103196
2 changed files with 14 additions and 2 deletions

View File

@ -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>

View File

@ -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>