head 1.2; access; symbols pkgsrc-2016Q4:1.1.0.4 pkgsrc-2016Q4-base:1.1 pkgsrc-2016Q3:1.1.0.2 pkgsrc-2016Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2016.12.29.22.46.31; author maya; state dead; branches; next 1.1; commitid Ow92GGJ72no0PVzz; 1.1 date 2016.09.06.06.45.32; author maya; state Exp; branches; next ; commitid PWr7FjebzAwIbclz; desc @@ 1.2 log @Remove gcc45,46,47 and libs as discussed in pkgsrc-users GCC_REQD for these versions now resolves to gcc48 due to a previous commit. Please file a bug report if you are having trouble with GCC 4.8. @ text @$NetBSD: patch-gcc_cp_cfns.gperf,v 1.1 2016/09/06 06:45:32 maya Exp $ cfns: fix mismatch in gnu_inline attributes https://gcc.gnu.org/ml/gcc-patches/2015-08/msg00375.html fixes build using gcc5 --- gcc/cp/cfns.gperf.orig 2009-04-21 19:03:23.000000000 +0000 +++ gcc/cp/cfns.gperf @@@@ -23,6 +23,9 @@@@ static unsigned int hash (const char *, #ifdef __GNUC__ __inline #endif +#ifdef __GNUC_STDC_INLINE__ +__attribute__ ((__gnu_inline__)) +#endif const char * libc_name_p (const char *, unsigned int); %} %% @ 1.1 log @gcc47: apply upstream patch cfns: fix mismatch in gnu_inline attributes allows build with gcc 5 to continue further @ text @d1 1 a1 1 $NetBSD$ @