From cb16459fae23c32a4fe5edf74eeb8d8f4894a471 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Mon, 8 Dec 2003 06:40:45 +0000 Subject: Mark as broken on 5.x (stricter gcc3.3 string continuation handling). --- devel/ccdoc/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/devel/ccdoc/Makefile b/devel/ccdoc/Makefile index 13dab00b0386..60d3c248a7ae 100644 --- a/devel/ccdoc/Makefile +++ b/devel/ccdoc/Makefile @@ -22,6 +22,12 @@ USE_PERL5= yes DOCDIR=${PREFIX}/share/doc/ccdoc +.include + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile on FreeBSD ${OSVERSION} (gcc3.3 string continuation)" +.endif + pre-patch: @${ECHO} "Stripping ^M from all the files..." @${FIND} ${WRKSRC} -type f | ${XARGS} perl -pi -e 's/\r//' @@ -44,4 +50,4 @@ post-install: ${INSTALL_MAN} ${WRKSRC}/doc/autodoc/* ${DOCDIR}/autodoc .endif -.include +.include -- cgit v1.2.3