FIX: lang/gcc/4.8

2014-03-30 Thread Christian Weisgerber
sthen's quick hack to unbreak gcc 4.8 after the gets() removal doesn't work for me. I don't see how it could, since _GLIBCXX_HAVE_GETS is defined *after* the #undef the substitution introduces. With the diff below instead, gcc 4.8 builds for me on amd64. Anybody want to test another arch? OK?

Re: FIX: lang/gcc/4.8

2014-03-30 Thread Nigel Taylor
On 03/30/14 17:29, Christian Weisgerber wrote: sthen's quick hack to unbreak gcc 4.8 after the gets() removal doesn't work for me. I don't see how it could, since _GLIBCXX_HAVE_GETS is defined *after* the #undef the substitution introduces. With the diff below instead, gcc 4.8 builds for me