BROKEN on 5.x: Does not compile
This commit is contained in:
parent
5f3263dda6
commit
2a2c47052f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100446
1 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue