[Bug 197669] [patch] www/webkit-gtk2 - broken on gcc5 and pushes clang-only cxx-flags
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Feb 14 22:37:15 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197669
Bug ID: 197669
Summary: [patch] www/webkit-gtk2 - broken on gcc5 and pushes
clang-only cxx-flags
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: gnome at FreeBSD.org
Reporter: marino at FreeBSD.org
Flags: maintainer-feedback?(gnome at FreeBSD.org)
Assignee: gnome at FreeBSD.org
Created attachment 152989
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=152989&action=edit
patch to allow building port on gcc-5
There are two problems with building webkit on gcc-5.
1) The configure check is brain-dead, it can't figure out 5 > 4.x
2) -Wno-c++11-extensions is a clang-only flag that gcc-5 will not accept.
The attached patch adds a patch to configure that fixes the configure check.
It also groups -Wno-c++11-extensions with another clang-only flag.
This fixes the build with gcc5 and probably gcc4.9 as well (but I'm not sure
when the flag started getting rejected)
At least 110 ports depends on webkit-gtk2, directly or indirectly.
--- Comment #1 from Bugzilla Automation <bugzilla at FreeBSD.org> ---
Auto-assigned to maintainer gnome at FreeBSD.org
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-gnome
mailing list