- Mark BROKEN on 6.X: does not build
Reported by: pointyhat
This commit is contained in:
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
|
@ -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:"
|
||||
|
|
|
@ -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:"
|
||||
|
|
Loading…
Reference in a new issue