| Summary: | [patch] multimedia/libvpx : fix build on gcc-5 (probably gcc 4.9 too) | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | John Marino <marino> | ||||||
| Component: | Individual Port(s) | Assignee: | Ashish SHUKLA <ashish> | ||||||
| Status: | Closed FIXED | ||||||||
| Severity: | Affects Only Me | Flags: | bugzilla:
maintainer-feedback?
(ashish) |
||||||
| Priority: | --- | ||||||||
| Version: | Latest | ||||||||
| Hardware: | Any | ||||||||
| OS: | Any | ||||||||
| Attachments: |
|
||||||||
Auto-assigned to maintainer ashish@FreeBSD.org Created attachment 152965 [details]
same patch
This is the same patch, but it applies directly to the port
(In reply to John Marino from comment #0) > 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" I can confirm the diff fixes the build. Should I be crediting "DragonFly BSD" for this ? Thanks, Ashish you don't need to do anything special. "PR: 197624" is minimal line. "submitted by: marino@" is optional (usually done) That's it, just standard accreditation. Thanks! A commit references this bug: Author: ashish Date: Sun Feb 15 14:12:20 UTC 2015 New revision: 379037 URL: https://svnweb.freebsd.org/changeset/ports/379037 Log: - Fix build with GCC 5 PR: 197624 Submitted by: marino Changes: head/multimedia/libvpx/files/patch-nestegg_halloc_src Committed. Thanks! |
Created attachment 152964 [details] 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"