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:
parent
5e511878ec
commit
47c2b10099
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103196
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user