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 1K7CEx-0004mZ-6V for garchives@archives.gentoo.org; Fri, 13 Jun 2008 16:35:03 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 374A0E058D; Fri, 13 Jun 2008 16:35:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0BB7AE058D for ; Fri, 13 Jun 2008 16:35:02 +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 A1F9865C77 for ; Fri, 13 Jun 2008 16:35:01 +0000 (UTC) Received: from flameeyes by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1K7CEr-0004pV-J6 for gentoo-commits@lists.gentoo.org; Fri, 13 Jun 2008 16:34:57 +0000 From: "Diego Petteno (flameeyes)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, flameeyes@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in games-emulation/dosbox/files: dosbox-0.72+gcc-4.3.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: dosbox-0.72+gcc-4.3.patch X-VCS-Directories: games-emulation/dosbox/files X-VCS-Committer: flameeyes X-VCS-Committer-Name: Diego Petteno Content-Type: text/plain; charset=utf8 Message-Id: Sender: Diego Petteno Date: Fri, 13 Jun 2008 16:34:57 +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: 69868a16-81e9-44a1-9266-15cfba08ca67 X-Archives-Hash: e384d034c3486aa70288ddaeddd96b68 flameeyes 08/06/13 16:34:57 Added: dosbox-0.72+gcc-4.3.patch Log: Add patch to build with gcc 4.3 from bug #218320, thanks to Peter Alfre= dsen (loki_val). Make alsa USE flag work again (bug #225919). (Portage version: 2.1.5.5) Revision Changes Path 1.1 games-emulation/dosbox/files/dosbox-0.72+gcc-4.3.pat= ch file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/do= sbox/files/dosbox-0.72+gcc-4.3.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/do= sbox/files/dosbox-0.72+gcc-4.3.patch?rev=3D1.1&content-type=3Dtext/plain Index: dosbox-0.72+gcc-4.3.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 diff -ur /tmp/dosbox-0.72/src/dos/cdrom_image.cpp dosbox-0.72/src/dos/cdr= om_image.cpp --- /tmp/dosbox-0.72/src/dos/cdrom_image.cpp 2007-08-22 13:54:35.00000000= 0 +0200 +++ dosbox-0.72/src/dos/cdrom_image.cpp 2008-03-06 21:30:00.000000000 +01= 00 @@ -23,7 +23,7 @@ #include #include #include -#include +#include #include #include #include diff -ur /tmp/dosbox-0.72/src/hardware/gameblaster.cpp dosbox-0.72/src/ha= rdware/gameblaster.cpp --- /tmp/dosbox-0.72/src/hardware/gameblaster.cpp 2007-01-10 11:17:37.000= 000000 +0100 +++ dosbox-0.72/src/hardware/gameblaster.cpp 2008-03-06 21:31:32.00000000= 0 +0100 @@ -24,6 +24,7 @@ #include "hardware.h" #include "setup.h" #include "pic.h" +#include =20 #define LEFT 0x00 #define RIGHT 0x01 diff -ur /tmp/dosbox-0.72/src/hardware/tandy_sound.cpp dosbox-0.72/src/ha= rdware/tandy_sound.cpp --- /tmp/dosbox-0.72/src/hardware/tandy_sound.cpp 2007-06-29 20:21:12.000= 000000 +0200 +++ dosbox-0.72/src/hardware/tandy_sound.cpp 2008-03-06 21:32:02.00000000= 0 +0100 @@ -28,6 +28,7 @@ #include "setup.h" #include "pic.h" #include "dma.h" +#include =20 #define DAC_CLOCK 3570000 #define MAX_OUTPUT 0x7fff diff -ur /tmp/dosbox-0.72/src/shell/shell_cmds.cpp dosbox-0.72/src/shell/= shell_cmds.cpp --- /tmp/dosbox-0.72/src/shell/shell_cmds.cpp 2007-08-17 19:58:46.0000000= 00 +0200 +++ dosbox-0.72/src/shell/shell_cmds.cpp 2008-03-06 21:32:47.000000000 +0= 100 @@ -27,6 +27,7 @@ #include "regs.h" #include "../dos/drives.h" #include "support.h" +#include =20 static SHELL_Cmd cmd_list[]=3D{ { "CHDIR", 1, &DOS_Shell::CMD_CHDIR, "SHELL_CMD_CHDIR_HELP"}, --=20 gentoo-commits@lists.gentoo.org mailing list