BROKEN on 5.x: Does not compile
This commit is contained in:
parent
8bb57d5d5a
commit
3fc1a7fdba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101266
1 changed files with 4 additions and 0 deletions
|
@ -92,6 +92,10 @@ post-extract:
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 502102
|
||||
BROKEN= "Does not compile"
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${FIND} ${WRKSRC} -type f -name "*.[ch]" -or -name "*.cpp" | ${XARGS} -n 10 \
|
||||
${REINPLACE_CMD} -e \
|
||||
|
|
Loading…
Reference in a new issue