commit: 3e5a4502a8e31ba2f36d530de49800aba46e23c2
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon May 25 14:41:43 2015 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon May 25 14:41:43 2015 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=3e5a4502
net-libs/webkit-gtk: disable strict-aliasing optimizations, bug #547224
net-libs/webkit-gtk/webkit-gtk-2.8.3.ebuild | 3 +++
1 file changed, 3 insertions(+)
diff --git a/net-libs/webkit-gtk/webkit-gtk-2.8.3.ebuild
b/net-libs/webkit-gtk/webkit-gtk-2.8.3.ebuild
index 3f0be82..010ae95 100644
--- a/net-libs/webkit-gtk/webkit-gtk-2.8.3.ebuild
+++ b/net-libs/webkit-gtk/webkit-gtk-2.8.3.ebuild
@@ -169,6 +169,9 @@ src_configure() {
append-cppflags "-D__STDC_LIMIT_MACROS"
fi
+ # Multiple rendering bugs on youtube, github, etc without this, bug
#547224
+ append-flags $(test-flags -fno-strict-aliasing)
+
local ruby_interpreter=""
if has_version "virtual/rubygems[ruby_targets_ruby22]"; then