1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Mark BROKEN on i386 8.0: does not compile

This commit is contained in:
Erwin Lansing 2008-02-09 21:24:54 +00:00
parent 7c01d797a7
commit fbb6b3e461
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206966
3 changed files with 21 additions and 3 deletions

View File

@ -41,4 +41,10 @@ post-patch:
's/for version in .*;/for version in ${BDB_VER};/ ; \
s/-ldb-$$version/-l${BDB_LIB_NAME}/' ${WRKSRC}/configure
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 800000 && ${ARCH} == i386
BROKEN= Does not compile
.endif
.include <bsd.port.post.mk>

View File

@ -30,4 +30,10 @@ post-patch:
@${REINPLACE_CMD} -Ee 's|(dummy) wxrc|\1 ${WXRC_CMD:T}|' \
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 800000 && ${ARCH} == i386
BROKEN= Does not compile
.endif
.include <bsd.port.post.mk>

View File

@ -28,4 +28,10 @@ post-patch:
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
@${REINPLACE_CMD} -e 's|pt_BR||' ${WRKSRC}/man/Makefile.in
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 800000 && ${ARCH} == i386
BROKEN= Does not compile
.endif
.include <bsd.port.post.mk>