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