BROKEN on 6.x: Does not compile
This commit is contained in:
parent
4fa57da406
commit
18594b6e3f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122321
@ -29,4 +29,10 @@ CFLAGS+= -O0
|
||||
CPPFLAGS= -I${LOCALBASE}/include
|
||||
LDFLAGS= -L${LOCALBASE}/lib
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 600006
|
||||
BROKEN= "Does not compile on FreeBSD >= 6.x"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user