summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2008-11-17 20:34:37 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2008-11-17 20:34:37 +0000
commita883e0f3ae73c7de91216dc6357963a0f3cf212c (patch)
tree0b3b949698c4357f8b2833c4efa780fd682c2c76 /games-emulation
parentFix patch with absolute paths. (diff)
downloadgentoo-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')
-rw-r--r--games-emulation/dosbox/ChangeLog6
-rw-r--r--games-emulation/dosbox/files/dosbox-0.72+gcc-4.3.patch16
2 files changed, 13 insertions, 9 deletions
diff --git a/games-emulation/dosbox/ChangeLog b/games-emulation/dosbox/ChangeLog
index a9688482c7e9..281e01e392eb 100644
--- a/games-emulation/dosbox/ChangeLog
+++ b/games-emulation/dosbox/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-emulation/dosbox
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v 1.39 2008/06/13 16:34:56 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v 1.40 2008/11/17 20:34:37 flameeyes Exp $
+
+ 17 Nov 2008; Diego E. Pettenò <flameeyes@gentoo.org>
+ files/dosbox-0.72+gcc-4.3.patch:
+ Fix patch with absolute paths.
13 Jun 2008; Diego Pettenò <flameeyes@gentoo.org>
+files/dosbox-0.72+gcc-4.3.patch, dosbox-0.72.ebuild:
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"