Created attachment 146857 [details] patch for vasprintf.c math/mpfr won't compile out of the box when using gcc4.9 In file included from vasprintf.c:45:0: /usr/local/lib/gcc49/gcc/x86_64-portbld-freebsd9.2/4.9.2/include-fixed/wchar.h:90:9: error: unknown type name '__wchar_t' typedef __wchar_t wchar_t; The included patch fixes it.
over to maintainer
A commit references this bug: Author: ale Date: Tue Sep 9 13:22:56 UTC 2014 New revision: 367731 URL: http://svnweb.freebsd.org/changeset/ports/367731 Log: Fix build with gcc 4.9. PR: 193340 Submitted by: Olivier <software-freebsd@interfasys.ch> Changes: head/math/mpfr/files/ head/math/mpfr/files/patch-src_vasprintf.c