BROKEN on 5.x: Does not compile

This commit is contained in:
Kris Kennaway 2004-02-09 02:02:19 +00:00
parent 5f3263dda6
commit 2a2c47052f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100446

View File

@ -39,6 +39,12 @@ CPPFLAGS= -I${LOCALBASE}/include/libpng -I${X11BASE}/include \
LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib -lGL -lGLU -lglut \
${PTHREAD_LIBS}
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502000
BROKEN= "Does not compile"
.endif
post-extract:
@${RM} -f ${WRKSRC}/doc/*.info*
@ -47,4 +53,4 @@ post-patch:
's|-lsgxml -lsgmisc|-lsgxml -lsgstructure -lsgmisc|g ; \
s|-pedantic||g'
.include <bsd.port.mk>
.include <bsd.port.post.mk>