1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

Fix build on 13-CURRENT with LLVM-11.

PR:		250517
Submitted by:	cy
Reported by:	cy
Approved by:	garga
This commit is contained in:
Cy Schubert 2020-10-22 14:40:16 +00:00
parent 2c712eff88
commit 092dee76f7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=552982

View File

@ -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