Index: head/www/squid/Makefile =================================================================== --- head/www/squid/Makefile +++ head/www/squid/Makefile @@ -25,8 +25,6 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_powerpc64= fails to link: ext_time_quota_acl.cc: undefined reference to std::ctype - USES= compiler:c++11-lib cpe perl5 shebangfix tar:xz CONFLICTS= squid*-3.* @@ -190,6 +188,9 @@ VIA_DB_DESC= Forward/Via database WCCPV2_DESC= Web Cache Coordination Protocol v2 WCCP_DESC= Web Cache Coordination Protocol + +CFLAGS+= ${CFLAGS_${CHOSEN_COMPILER_TYPE}} +CFLAGS_gcc= -Wno-error=stringop-truncation change_files= ChangeLog \ contrib/nextstep/makepkg \