diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-11-17 20:34:37 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-11-17 20:34:37 +0000 |
commit | a883e0f3ae73c7de91216dc6357963a0f3cf212c (patch) | |
tree | 0b3b949698c4357f8b2833c4efa780fd682c2c76 /games-emulation/dosbox/files | |
parent | Fix patch with absolute paths. (diff) | |
download | gentoo-2-a883e0f3ae73c7de91216dc6357963a0f3cf212c.tar.gz gentoo-2-a883e0f3ae73c7de91216dc6357963a0f3cf212c.tar.bz2 gentoo-2-a883e0f3ae73c7de91216dc6357963a0f3cf212c.zip |
Fix patch with absolute paths.
(Portage version: 2.2_rc14/cvs/Linux 2.6.27-gentoo-r2 x86_64)
Diffstat (limited to 'games-emulation/dosbox/files')
-rw-r--r-- | games-emulation/dosbox/files/dosbox-0.72+gcc-4.3.patch | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/games-emulation/dosbox/files/dosbox-0.72+gcc-4.3.patch b/games-emulation/dosbox/files/dosbox-0.72+gcc-4.3.patch index bacefd420cd9..671b694ec564 100644 --- a/games-emulation/dosbox/files/dosbox-0.72+gcc-4.3.patch +++ b/games-emulation/dosbox/files/dosbox-0.72+gcc-4.3.patch @@ -1,6 +1,6 @@ diff -ur /tmp/dosbox-0.72/src/dos/cdrom_image.cpp dosbox-0.72/src/dos/cdrom_image.cpp ---- /tmp/dosbox-0.72/src/dos/cdrom_image.cpp 2007-08-22 13:54:35.000000000 +0200 -+++ dosbox-0.72/src/dos/cdrom_image.cpp 2008-03-06 21:30:00.000000000 +0100 +--- a/dosbox-0.72/src/dos/cdrom_image.cpp 2007-08-22 13:54:35.000000000 +0200 ++++ b/dosbox-0.72/src/dos/cdrom_image.cpp 2008-03-06 21:30:00.000000000 +0100 @@ -23,7 +23,7 @@ #include <cstdio> #include <fstream> @@ -11,8 +11,8 @@ diff -ur /tmp/dosbox-0.72/src/dos/cdrom_image.cpp dosbox-0.72/src/dos/cdrom_imag #include <vector> #include <sys/stat.h> diff -ur /tmp/dosbox-0.72/src/hardware/gameblaster.cpp dosbox-0.72/src/hardware/gameblaster.cpp ---- /tmp/dosbox-0.72/src/hardware/gameblaster.cpp 2007-01-10 11:17:37.000000000 +0100 -+++ dosbox-0.72/src/hardware/gameblaster.cpp 2008-03-06 21:31:32.000000000 +0100 +--- a//dosbox-0.72/src/hardware/gameblaster.cpp 2007-01-10 11:17:37.000000000 +0100 ++++ b/dosbox-0.72/src/hardware/gameblaster.cpp 2008-03-06 21:31:32.000000000 +0100 @@ -24,6 +24,7 @@ #include "hardware.h" #include "setup.h" @@ -22,8 +22,8 @@ diff -ur /tmp/dosbox-0.72/src/hardware/gameblaster.cpp dosbox-0.72/src/hardware/ #define LEFT 0x00 #define RIGHT 0x01 diff -ur /tmp/dosbox-0.72/src/hardware/tandy_sound.cpp dosbox-0.72/src/hardware/tandy_sound.cpp ---- /tmp/dosbox-0.72/src/hardware/tandy_sound.cpp 2007-06-29 20:21:12.000000000 +0200 -+++ dosbox-0.72/src/hardware/tandy_sound.cpp 2008-03-06 21:32:02.000000000 +0100 +--- a/dosbox-0.72/src/hardware/tandy_sound.cpp 2007-06-29 20:21:12.000000000 +0200 ++++ b/dosbox-0.72/src/hardware/tandy_sound.cpp 2008-03-06 21:32:02.000000000 +0100 @@ -28,6 +28,7 @@ #include "setup.h" #include "pic.h" @@ -33,8 +33,8 @@ diff -ur /tmp/dosbox-0.72/src/hardware/tandy_sound.cpp dosbox-0.72/src/hardware/ #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.000000000 +0200 -+++ dosbox-0.72/src/shell/shell_cmds.cpp 2008-03-06 21:32:47.000000000 +0100 +--- a/dosbox-0.72/src/shell/shell_cmds.cpp 2007-08-17 19:58:46.000000000 +0200 ++++ b/dosbox-0.72/src/shell/shell_cmds.cpp 2008-03-06 21:32:47.000000000 +0100 @@ -27,6 +27,7 @@ #include "regs.h" #include "../dos/drives.h" |