BROKEN on 4.x: Does not compile

This commit is contained in:
Kris Kennaway 2004-08-16 01:16:13 +00:00
parent 5a69baa00d
commit b0d78cb04f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116333

View File

@ -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