- Mark BROKEN on 6.X: does not build

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2010-11-19 22:28:39 +00:00
parent f8a700f1c3
commit c2c6dd75a0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264816
2 changed files with 8 additions and 0 deletions

View file

@ -121,6 +121,10 @@ CONFIGURE_ARGS+=--with-embedded-server
CFLAGS+= -fPIC
.if ${OSVERSION} < 700000
BROKEN= does not build on 6.X
.endif
pre-fetch:
@${ECHO} ""
@${ECHO} "You may use the following build options:"

View file

@ -121,6 +121,10 @@ CONFIGURE_ARGS+=--with-embedded-server
CFLAGS+= -fPIC
.if ${OSVERSION} < 700000
BROKEN= does not build on 6.X
.endif
pre-fetch:
@${ECHO} ""
@${ECHO} "You may use the following build options:"