1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Mark as broken with gcc4.2.

This commit is contained in:
Mark Linimon 2007-10-02 09:17:16 +00:00
parent f6f8204621
commit eaf2461388
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200624
2 changed files with 11 additions and 1 deletions

View File

@ -27,4 +27,10 @@ PLIST_FILES= bin/nosefart
pre-build:
@(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} clean)
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
BROKEN= Does not compile with GCC 4.2
.endif
.include <bsd.port.post.mk>

View File

@ -26,6 +26,10 @@ MAN3= tse3.3
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
BROKEN= Does not compile with GCC 4.2
.endif
.if defined(WITH_ARTS)
LIB_DEPENDS+= artsmidi:${PORTSDIR}/multimedia/kdemultimedia3
.else