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 1OGWSl-0008Rx-RP for garchives@archives.gentoo.org; Mon, 24 May 2010 12:08:55 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A2DEE0682; Mon, 24 May 2010 12:08:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 11FACE0682 for ; Mon, 24 May 2010 12:08:53 +0000 (UTC) Received: from corvid.gentoo.org (corvid.gentoo.org [208.92.234.79]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id B370B1B4087 for ; Mon, 24 May 2010 12:08:52 +0000 (UTC) Received: by corvid.gentoo.org (Postfix, from userid 2102) id 967D82CD84; Mon, 24 May 2010 12:08:51 +0000 (UTC) From: "Alfredo Tupone (tupone)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, tupone@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in games-board/gtkboard/files: gtkboard-0.11_pre0-gcc45.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: gtkboard-0.11_pre0-gcc45.patch X-VCS-Directories: games-board/gtkboard/files X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone Content-Type: text/plain; charset=utf8 Message-Id: <20100524120851.967D82CD84@corvid.gentoo.org> Date: Mon, 24 May 2010 12:08:51 +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: 586dfa4e-a1e7-4fe5-84e2-9a1f82d6a5b0 X-Archives-Hash: da07bde95eef6d3b2832e7634af842a5 tupone 10/05/24 12:08:51 Added: gtkboard-0.11_pre0-gcc45.patch Log: Build with gcc-4.5 Bug #320881 (Portage version: 2.1.8.3/cvs/Linux i686) Revision Changes Path 1.1 games-board/gtkboard/files/gtkboard-0.11_pre0-gcc45.= patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gtkboa= rd/files/gtkboard-0.11_pre0-gcc45.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gtkboa= rd/files/gtkboard-0.11_pre0-gcc45.patch?rev=3D1.1&content-type=3Dtext/pla= in Index: gtkboard-0.11_pre0-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 --- src/menu.c.old 2010-05-24 12:35:15.000000000 +0200 +++ src/menu.c 2010-05-24 12:35:48.000000000 +0200 @@ -176,7 +176,7 @@ { #if GTK_MAJOR_VERSION =3D=3D 2 // FIXME: can't get existing bgcolor - const int size =3D 20; +#define size 20 static char pixbufs [7][size*(size+1)]; char **pixmap_data; static GdkPixmap *pixmaps[7]; --- src/wordtris.c.old 2010-05-24 12:36:50.000000000 +0200 +++ src/wordtris.c 2010-05-24 12:38:30.000000000 +0200 @@ -122,7 +122,7 @@ =20 // TODO: change this so that we only need to specify pixmaps for individ= ual squares =20 -static const int lava_xpm_header_size =3D 253+1; +#define lava_xpm_header_size 253+1 static char * lava_xpm_header[] =3D=20 { "144 504 253 2",