diff options
author | Eugene Grosbein <eugen@FreeBSD.org> | 2020-09-24 09:51:02 +0000 |
---|---|---|
committer | Eugene Grosbein <eugen@FreeBSD.org> | 2020-09-24 09:51:02 +0000 |
commit | 72dc9eb4e1da4a0f1b133c929dd59eb4f12f2cae (patch) | |
tree | ee731f30b175f3a8504c50a8e307b8756df46212 | |
parent | Fix build with -fno-common (diff) |
www/squid3: unbreak build
This change follows r514623 for www/squid (squid4) to unbreak build,
so PORTREVISION not bumped.
Notes
Notes:
svn path=/head/; revision=549912
-rw-r--r-- | www/squid3/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/squid3/Makefile b/www/squid3/Makefile index 190eb4bb655c..4c69652c314c 100644 --- a/www/squid3/Makefile +++ b/www/squid3/Makefile @@ -186,6 +186,8 @@ VIA_DB_DESC= Forward/Via database WCCPV2_DESC= Web Cache Coordination Protocol v2 WCCP_DESC= Web Cache Coordination Protocol +CFLAGS+= -Wno-error=deprecated-declarations + change_files= ChangeLog \ contrib/nextstep/makepkg \ contrib/nextstep/post_install \ |