Index: Makefile =================================================================== --- Makefile (revision 498700) +++ Makefile (working copy) @@ -24,8 +24,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.* @@ -184,6 +182,9 @@ 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 \ contrib/nextstep/post_install \