Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Oct 2019 22:02:02 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514623 - head/www/squid
Message-ID:  <201910162202.x9GM224O039426@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910162202.x9GM224O039426>