[Bug 193340] New: [math/mpfr] Fix for GCC 4.9
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Sep 5 11:34:32 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193340
Bug ID: 193340
Summary: [math/mpfr] Fix for GCC 4.9
Product: Ports Tree
Version: Latest
Hardware: Any
OS: Any
Status: Needs Triage
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: software-freebsd at interfasys.ch
Created attachment 146857
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=146857&action=edit
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.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list