www/varnish4: fix build on powerpc64 head

Don't use -Werror:
vmod_std_conversions.c:198:10: error: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Werror,-Wimplicit-int-float-conversion]
This commit is contained in:
Piotr Kubaj 2020-05-22 14:09:33 +00:00
parent 75b27b5061
commit 3d064d9af4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=536205

View File

@ -22,7 +22,7 @@ USES= autoreconf cpe gmake libedit libtool ncurses pathfix \
pkgconfig python:2.7,build readline shebangfix
SHEBANG_FILES= lib/libvcc/vmodtool.py
CPE_VENDOR= varnish-cache
CFLAGS+= -I${LOCALBASE}/include
CFLAGS+= -I${LOCALBASE}/include -Wno-error
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=${PREFIX} --enable-tests
USE_LDCONFIG= yes