svn commit: r514623 - head/www/squid

Steve Wills swills at FreeBSD.org
Wed Oct 16 22:02:02 UTC 2019


Author: swills
Date: Wed Oct 16 22:02:02 2019
New Revision: 514623
URL: https://svnweb.freebsd.org/changeset/ports/514623

Log:
  www/squid: Fix build with libc++ 9
  
  PR:		240830
  Submitted by:	dim
  Approved by:	maintainer timeout (timp87 at gmail.com, >2 weeks)

Modified:
  head/www/squid/Makefile   (contents, props changed)

Modified: head/www/squid/Makefile
==============================================================================
--- head/www/squid/Makefile	Wed Oct 16 21:57:00 2019	(r514622)
+++ head/www/squid/Makefile	Wed Oct 16 22:02:02 2019	(r514623)
@@ -190,6 +190,7 @@ WCCPV2_DESC=		Web Cache Coordination Protocol v2
 WCCP_DESC=		Web Cache Coordination Protocol
 
 CFLAGS+=	${CFLAGS_${CHOSEN_COMPILER_TYPE}}
+CFLAGS+=	-Wno-error=deprecated-declarations
 CFLAGS_gcc=	-Wno-error=stringop-truncation
 
 change_files=	ChangeLog \


More information about the svn-ports-head mailing list