From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 927A0138CD2 for ; Mon, 25 May 2015 14:45:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3EE10E0855; Mon, 25 May 2015 14:45:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ECFD4E0855 for ; Mon, 25 May 2015 14:45:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 52C4C340A35 for ; Mon, 25 May 2015 14:45:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 012809DF for ; Mon, 25 May 2015 14:45:07 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1432564903.3e5a4502a8e31ba2f36d530de49800aba46e23c2.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: net-libs/webkit-gtk/ X-VCS-Repository: proj/gnome X-VCS-Files: net-libs/webkit-gtk/webkit-gtk-2.8.3.ebuild X-VCS-Directories: net-libs/webkit-gtk/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 3e5a4502a8e31ba2f36d530de49800aba46e23c2 X-VCS-Branch: master Date: Mon, 25 May 2015 14:45:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5dd23010-9029-4492-af7c-0725130e3759 X-Archives-Hash: 97d1316577dd2aaccaa4f7746f2f041b commit: 3e5a4502a8e31ba2f36d530de49800aba46e23c2 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Mon May 25 14:41:43 2015 +0000 Commit: Gilles Dartiguelongue gentoo 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