View | Details | Raw Unified | Return to bug 195665
Collapse All | Expand All

(-)www/squid/Makefile (-2 / +4 lines)
Lines 185-194 Link Here
185
185
186
.include <bsd.port.options.mk>
186
.include <bsd.port.options.mk>
187
187
188
.if ${CC:T:Mclang*} || ${CXX:T:Mclang++*} \
188
.if ${COMPILER_TYPE} == clang
189
	|| ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000024
190
CXXFLAGS+=	-Wno-unused-private-field
189
CXXFLAGS+=	-Wno-unused-private-field
190
.if ${COMPILER_VERSION} >= 35
191
CXXFLAGS+=	-Wno-undefined-bool-conversion -Wno-tautological-undefined-compare
191
.endif
192
.endif
193
.endif
192
194
193
# Authentication methods and modules:
195
# Authentication methods and modules:
194
196

Return to bug 195665