GCC 3.4 treats __FUNCTION__ as variable instead of constant string, which differs to GCC 3.3. A better way to fix is patching the source instead of installing GCC 3.3. (It's a similar fix as ports/71239 did) Added file(s): - files/patch-gcc34 Generated with FreeBSD Port Tools 0.63
State Changed From-To: open->closed Committed, thanks!