From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QJ8ef-0004Mz-Re for garchives@archives.gentoo.org; Sun, 08 May 2011 18:24:34 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2CAD21C003; Sun, 8 May 2011 18:24:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E82AC1C003 for ; Sun, 8 May 2011 18:24:25 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 51DBD1B4062 for ; Sun, 8 May 2011 18:24:25 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2160) id E17EB2004B; Sun, 8 May 2011 18:24:23 +0000 (UTC) From: "Raul Porcel (armin76)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, armin76@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/amule/files: amule-2.2.6-gcc45.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: amule-2.2.6-gcc45.patch X-VCS-Directories: net-p2p/amule/files X-VCS-Committer: armin76 X-VCS-Committer-Name: Raul Porcel Content-Type: text/plain; charset=utf8 Message-Id: <20110508182423.E17EB2004B@flycatcher.gentoo.org> Date: Sun, 8 May 2011 18:24:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 878951a2f21d95e310750a68050d3733 armin76 11/05/08 18:24:23 Added: amule-2.2.6-gcc45.patch Log: Add patch to fix compilation failure on gcc-4.5, bug #328769 =20 (Portage version: 2.1.9.47/cvs/Linux ia64) Revision Changes Path 1.1 net-p2p/amule/files/amule-2.2.6-gcc45.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/amule/file= s/amule-2.2.6-gcc45.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/amule/file= s/amule-2.2.6-gcc45.patch?rev=3D1.1&content-type=3Dtext/plain Index: amule-2.2.6-gcc45.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D # Subject: Fix FTBFS on gcc 4.5 (new in ubuntu natty) # Origin: other, http://bugs.amule.org/view.php?id=3D1624 # Bug-ubuntu: https://bugs.launchpad.net/ubuntu/+source/amule/+bug/685584 # Forwarded: upstream claims it's in their current svn code Index: amule-2.2.6+debian0/src/utils/wxCas/src/wxcasframe.cpp =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- amule-2.2.6+debian0.orig/src/utils/wxCas/src/wxcasframe.cpp 2010-12-1= 5 16:46:18.435693002 +0000 +++ amule-2.2.6+debian0/src/utils/wxCas/src/wxcasframe.cpp 2010-12-15 16:= 47:07.151693001 +0000 @@ -285,11 +285,11 @@ #ifdef __WXMSW__ =20 memdc. - SetFont ( wxFont::wxFont ( 6, wxSWISS, wxNORMAL, wxBOLD ) ); + SetFont ( wxFont ( 6, wxSWISS, wxNORMAL, wxBOLD ) ); #else =20 memdc. - SetFont ( wxFont::wxFont ( 8, wxSWISS, wxNORMAL, wxBOLD ) ); + SetFont ( wxFont ( 8, wxSWISS, wxNORMAL, wxBOLD ) ); #endif =20 memdc.