- Mark BROKEN on 4.X: does not compile

Reported by:	krismail
This commit is contained in:
Pav Lucistnik 2006-09-12 08:04:51 +00:00
parent 5903171f6d
commit 394760cd9e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172827

View File

@ -36,6 +36,10 @@ LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib
CXXFLAGS+= -ftemplate-depth-30
.endif
.if ${OSVERSION} < 500000
BROKEN= does not compile
.endif
post-patch:
@${REINPLACE_CMD} -e 's|<SDL/SDL|<SDL|g' \
${WRKSRC}/Source_Files/Misc/thread_priority_sdl_posix.cpp