BROKEN on 5.x: Does not compile
This commit is contained in:
parent
0e5b0c30b4
commit
ab805fa0fc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135797
@ -28,4 +28,10 @@ MAKE_ENV= LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
|
||||
CFLAGS="${PTHREAD_CFLAGS} -I${X11BASE}/include" \
|
||||
INCLUDES="-I${X11BASE}/include"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 504000
|
||||
BROKEN= "Does not compile on FreeBSD >= 5.x"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user