Mark as broken on recent 5.x versions due to gcc3.3 import: this appears,
once again, to be the preprocessor's new restrictions on multiline string constants. Informed maintainer.
This commit is contained in:
parent
fb8e95c3cf
commit
9ecc89dfc3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96405
1 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,10 @@ ALL_TARGET= all
|
||||||
ALL_TARGET= ipsc
|
ALL_TARGET= ipsc
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if ${OSVERSION} >= 500113
|
||||||
|
BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
|
||||||
|
.endif
|
||||||
|
|
||||||
post-extract:
|
post-extract:
|
||||||
@${LN} -s ${WRKDIRPREFIX}${.CURDIR}/../prips/work/prips \
|
@${LN} -s ${WRKDIRPREFIX}${.CURDIR}/../prips/work/prips \
|
||||||
${WRKDIR}/prips
|
${WRKDIR}/prips
|
||||||
|
|
Loading…
Reference in a new issue