BROKEN on 4.x: Does not compile
This commit is contained in:
parent
5a69baa00d
commit
b0d78cb04f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116333
@ -31,6 +31,10 @@ TARGET_DIR= ${PREFIX}/bin/
|
||||
CFLAGS+= -O0
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= "Does not compile on 4.x"
|
||||
.endif
|
||||
|
||||
.ifndef(PROFILING)
|
||||
CONFIGURE_ARGS+= --without-profiling
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user