From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JrLzU-0007Tk-Mo for garchives@archives.gentoo.org; Wed, 30 Apr 2008 23:45:36 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD0D0E07FD; Wed, 30 Apr 2008 23:45:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A76E9E07FD for ; Wed, 30 Apr 2008 23:45:35 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 9388366A63 for ; Wed, 30 Apr 2008 23:45:35 +0000 (UTC) Received: from nyhm by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1JrLzS-0005Ju-F6 for gentoo-commits@lists.gentoo.org; Wed, 30 Apr 2008 23:45:34 +0000 From: "Tristan Heaven (nyhm)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, nyhm@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in games-rpg/openglad/files: openglad-0.98-gcc43.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: openglad-0.98-gcc43.patch X-VCS-Directories: games-rpg/openglad/files X-VCS-Committer: nyhm X-VCS-Committer-Name: Tristan Heaven Content-Type: text/plain; charset=utf8 Message-Id: Sender: Tristan Heaven Date: Wed, 30 Apr 2008 23:45:34 +0000 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: 8342ec80-f5ac-4cf5-9405-e5312bef3336 X-Archives-Hash: 8c44051f32130774e92c3bd51f76127e nyhm 08/04/30 23:45:34 Added: openglad-0.98-gcc43.patch Log: Fix building with gcc-4.3 (Portage version: 2.1.5_rc6) Revision Changes Path 1.1 games-rpg/openglad/files/openglad-0.98-gcc43.patch file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-rpg/openglad= /files/openglad-0.98-gcc43.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-rpg/openglad= /files/openglad-0.98-gcc43.patch?rev=3D1.1&content-type=3Dtext/plain Index: openglad-0.98-gcc43.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/parser.cpp +++ src/parser.cpp @@ -23,6 +23,8 @@ #include #include #include +#include +#include #include "parser.h" =20 using namespace std; --=20 gentoo-commits@lists.gentoo.org mailing list