www/varnish-modules: fix build on GCC architectures
cc1: warnings being treated as errors vmod_bodyaccess.c: In function 'vmod_hash_req_body': vmod_bodyaccess.c:205: warning: 'VSB_delete' is deprecated (declared at /usr/local/include/varnish/vsb.h:79) vmod_bodyaccess.c: In function 'vmod_rematch_req_body': vmod_bodyaccess.c:278: warning: 'VSB_delete' is deprecated (declared at /usr/local/include/varnish/vsb.h:79)
This commit is contained in:
parent
45f62b8503
commit
19cf89707b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=552867
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ MAKE_JOBS_UNSAFE= yes
|
|||
OPTIONS_DEFINE= DOCS
|
||||
PORTDOCS= *
|
||||
|
||||
CFLAGS+= -Wno-error=deprecated-declarations
|
||||
|
||||
pre-configure:
|
||||
cd ${WRKSRC} && ./bootstrap
|
||||
|
||||
|
|
Loading…
Reference in a new issue