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 EC6CC138010 for ; Mon, 17 Sep 2012 00:55:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95AE721C0AA; Mon, 17 Sep 2012 00:55:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5BAFC21C0A5 for ; Mon, 17 Sep 2012 00:55:38 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C3BC533CEF0 for ; Mon, 17 Sep 2012 00:55:37 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2145) id 87CF021601; Mon, 17 Sep 2012 00:55:36 +0000 (UTC) From: "Ryan Hill (dirtyepic)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, dirtyepic@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/yafray/files: yafray-0.0.9-gcc47.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: yafray-0.0.9-gcc47.patch X-VCS-Directories: media-gfx/yafray/files X-VCS-Committer: dirtyepic X-VCS-Committer-Name: Ryan Hill Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20120917005536.87CF021601@flycatcher.gentoo.org> Date: Mon, 17 Sep 2012 00:55:36 +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: 82e52650-9bab-490a-b060-860ce7ac368a X-Archives-Hash: 759b0955d03d1a591726b3d6e94ca926 dirtyepic 12/09/17 00:55:36 Added: yafray-0.0.9-gcc47.patch Log: Fix build with GCC 4.7 (bug #420975). (Portage version: 2.2.0_alpha128/cvs/Linux x86_64) Revision Changes Path 1.1 media-gfx/yafray/files/yafray-0.0.9-gcc47.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/yafray/files/yafray-0.0.9-gcc47.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/yafray/files/yafray-0.0.9-gcc47.patch?rev=1.1&content-type=text/plain Index: yafray-0.0.9-gcc47.patch =================================================================== https://bugs.gentoo.org/420975 --- a/src/yafraycore/threadedscene.cc +++ b/src/yafraycore/threadedscene.cc @@ -44,6 +44,7 @@ __BEGIN_YAFRAY #include #include +#include void blockSignals(sigset_t *origmask) {