Skip to content
Snippets Groups Projects
Commit d6a84c3c authored by Muhammad Moinur Rahman's avatar Muhammad Moinur Rahman
Browse files

benchmarks/siege: FIx BUILD on HEAD

parent a42286ad
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment