Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Feb 2015 00:01:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 197671] [patch] www/webkit-gtk3 - broken on gcc5 and pushes clang-only cxx-flags
Message-ID:  <bug-197671-6497-gCaz0RXPKO@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-197671-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-197671-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
John Marino <marino@FreeBSD.org> has reassigned Bugzilla Automation
<bugzilla@FreeBSD.org>'s request for maintainer-feedback to gnome@FreeBSD.org:
Bug 197671: [patch] www/webkit-gtk3 - broken on gcc5 and pushes clang-only
cxx-flags
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197671



--- Description ---
Created attachment 152991
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=152991&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 75 ports depends on webkit-gtk3, directly or indirectly.

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



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