Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Oct 2020 14:40:16 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r552982 - head/www/squidguard
Message-ID:  <202010221440.09MEeGRU031271@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Thu Oct 22 14:40:16 2020
New Revision: 552982
URL: https://svnweb.freebsd.org/changeset/ports/552982

Log:
  Fix build on 13-CURRENT with LLVM-11.
  
  PR:		250517
  Submitted by:	cy
  Reported by:	cy
  Approved by:	garga

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

Modified: head/www/squidguard/Makefile
==============================================================================
--- head/www/squidguard/Makefile	Thu Oct 22 14:25:29 2020	(r552981)
+++ head/www/squidguard/Makefile	Thu Oct 22 14:40:16 2020	(r552982)
@@ -27,7 +27,7 @@ CONFIGURE_ARGS=	--with-db-inc=${BDB_INCLUDE_DIR} \
 		--with-sg-logdir=${LOGDIR} \
 		--with-squiduser=${SQUID_UID} \
 		--exec-prefix=${PREFIX}
-CPPFLAGS+=	-I${PREFIX}/include -I${LOCALBASE}/include
+CPPFLAGS+=	-I${PREFIX}/include -I${LOCALBASE}/include -fcommon
 
 SQUID_UID?=	squid
 SQUID_GID?=	squid



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