mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
benchmarks/siege: FIx BUILD on HEAD
This commit is contained in:
parent
a42286ad8e
commit
d6a84c3c82
1 changed files with 6 additions and 0 deletions
|
@ -18,6 +18,12 @@ CONFIGURE_ARGS= --disable-shared \
|
|||
--with-ssl=${OPENSSLBASE}
|
||||
CONFIGURE_ENV= PERL="${PERL}"
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079
|
||||
CFLAGS+= -Wno-error=int-conversion
|
||||
.endif
|
||||
|
||||
pre-configure:
|
||||
@${RM} ${WRKSRC}/acinclude.m4
|
||||
@${RM} ${WRKSRC}/utils/missing
|
||||
|
|
Loading…
Add table
Reference in a new issue