mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
BROKEN on 5.x: Does not compile
This commit is contained in:
parent
3eed747eaf
commit
86fb3049a8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100440
@ -73,6 +73,10 @@ PLIST_SUB+= K1999="@comment "
|
||||
BASH2FIX= src/modules/telemetry/telemetry.sh src/tools/launcher/torcs.in \
|
||||
Make-default.mk robotgen \
|
||||
|
||||
.if ${OSVERSION} >= 502000
|
||||
BROKEN= "Does not compile"
|
||||
.endif
|
||||
|
||||
pre-everything::
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} " You might define these options:"
|
||||
|
@ -23,6 +23,10 @@ MANLANG= "" ja
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 502000
|
||||
BROKEN= "Does not compile"
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@(cd ${WRKSRC}; make newlib)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user