Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Feb 2015 10:52:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 197624] [patch] multimedia/libvpx : fix build on gcc-5 (probably gcc 4.9 too)
Message-ID:  <bug-197624-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197624

            Bug ID: 197624
           Summary: [patch] multimedia/libvpx : fix build on gcc-5
                    (probably gcc 4.9 too)
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ashish@FreeBSD.org
          Reporter: marino@FreeBSD.org
          Assignee: ashish@FreeBSD.org
             Flags: maintainer-feedback?(ashish@FreeBSD.org)

Created attachment 152964
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=152964&action=edit
Patch to avoid clash on max_align_t name

libvpx will not build on current GCC because it defines max_align_t, the same
type needed for C11.  Apparently Debian has also discovered this.

The attached patch will allow it to build on gcc-5.

The patch came from DragonFly user "zrj"

--- Comment #1 from Bugzilla Automation <bugzilla@FreeBSD.org> ---
Auto-assigned to maintainer ashish@FreeBSD.org

-- 
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-197624-13>