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 80AC2138010 for ; Thu, 30 Aug 2012 16:28:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F640E02FB; Thu, 30 Aug 2012 16:28:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 009D5E02FB for ; Thu, 30 Aug 2012 16:28:44 +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 6784A33D8F0 for ; Thu, 30 Aug 2012 16:28:44 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2323) id 209C120C95; Thu, 30 Aug 2012 16:28:43 +0000 (UTC) From: "Michael Palimaka (kensington)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, kensington@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-editors/znotes/files: znotes-0.4.5-gcc-4.7.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: znotes-0.4.5-gcc-4.7.patch X-VCS-Directories: app-editors/znotes/files X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20120830162843.209C120C95@flycatcher.gentoo.org> Date: Thu, 30 Aug 2012 16:28:43 +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: 1e1ffd58-6e83-4bdf-9d10-c1b2ffe4227e X-Archives-Hash: 5cab85f47738f5c3a1270037772e3ea1 kensington 12/08/30 16:28:43 Added: znotes-0.4.5-gcc-4.7.patch Log: Fix build with GCC 4.7, wrt bug #431796. Add upstream metadata. (Portage version: 2.1.11.12/cvs/Linux x86_64) Revision Changes Path 1.1 app-editors/znotes/files/znotes-0.4.5-gcc-4.7.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/znotes/files/znotes-0.4.5-gcc-4.7.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/znotes/files/znotes-0.4.5-gcc-4.7.patch?rev=1.1&content-type=text/plain Index: znotes-0.4.5-gcc-4.7.patch =================================================================== >From 9cb09430444e36415e887317525a24e542e135fb Mon Sep 17 00:00:00 2001 From: Michael Palimaka Date: Fri, 31 Aug 2012 02:15:30 +1000 Subject: [PATCH] Fix build with GCC 4.7. --- single_inst/qtlocalpeer.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/single_inst/qtlocalpeer.cpp b/single_inst/qtlocalpeer.cpp index 6d7c24f..f9663c9 100644 --- a/single_inst/qtlocalpeer.cpp +++ b/single_inst/qtlocalpeer.cpp @@ -50,6 +50,7 @@ static PProcessIdToSessionId pProcessIdToSessionId = 0; #endif #if defined(Q_OS_UNIX) #include +#include #endif namespace QtLP_Private { -- 1.7.12