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

- Mark BROKEN with GCC 4.2

This commit is contained in:
Pav Lucistnik 2008-07-15 19:12:36 +00:00
parent 0ec98a5ffe
commit 98996c25e6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=216880

View File

@ -31,6 +31,12 @@ TCSH?= /bin/csh
QMAKE?= ${LOCALBASE}/bin/qmake
QMAKESPEC?= ${LOCALBASE}/share/qt/mkspecs/freebsd-g++
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
BROKEN= does not compile with GCC 4.2
.endif
post-patch:
@(${FIND} ${WRKSRC} -name '*.h' -or -name '*.cpp' | ${XARGS} ${REINPLACE_CMD} -i '' \
-e 's|avifile-0.7|avifile|g; s|malloc\.h|stdlib\.h|g')
@ -95,4 +101,4 @@ do-install:
${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>