Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 05 Sep 2014 11:34:31 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 193340] New: [math/mpfr] Fix for GCC 4.9
Message-ID:  <bug-193340-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: software-freebsd@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-193340-13>