Mark as broken on 5.x (stricter gcc3.3 string continuation handling).
This commit is contained in:
parent
45982cf3ee
commit
cb16459fae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95323
1 changed files with 7 additions and 1 deletions
|
@ -22,6 +22,12 @@ USE_PERL5= yes
|
|||
|
||||
DOCDIR=${PREFIX}/share/doc/ccdoc
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.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 <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue