mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Mark as broken on latest -9: fails to compile.
Hat: portmgr Feature safe: yes
This commit is contained in:
parent
f523ee7ce7
commit
86f46cb28a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285515
1 changed files with 7 additions and 1 deletions
|
@ -21,4 +21,10 @@ CONFIGURE_ENV= LIBS="-lcompat"
|
|||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} > 900000
|
||||
BROKEN= Does not compile on FreeBSD 9
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue