Mark BROKEN on 7.X: does not compile with GCC 4.2

This commit is contained in:
Pav Lucistnik 2007-07-04 19:48:36 +00:00
parent 212461a753
commit 33bcdc5d4d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194943

View File

@ -23,7 +23,13 @@ USE_KDELIBS_VER=3
USE_AUTOTOOLS= libtool:15
INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
BROKEN= Does not compile with GCC 4.2
.endif
post-patch:
@${REINPLACE_CMD} -e 's|-O2 ||g' ${WRKSRC}/configure
.include <bsd.port.mk>
.include <bsd.port.post.mk>