diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-18 11:46:47 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-18 11:46:47 +0000 |
commit | af42499e1e0c27cd97994bb685e0fd63450e9d32 (patch) | |
tree | bf21e6e9f4c0f6f7451d1c82f81bf892c991a9c0 /games-emulation | |
parent | Disable festival support (Manifest recommit) (diff) | |
download | gentoo-2-af42499e1e0c27cd97994bb685e0fd63450e9d32.tar.gz gentoo-2-af42499e1e0c27cd97994bb685e0fd63450e9d32.tar.bz2 gentoo-2-af42499e1e0c27cd97994bb685e0fd63450e9d32.zip |
patch from Roman 'gryf' Dobosz via bug #57004 to fix rom name after rebuild
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/grustibus/ChangeLog | 6 | ||||
-rw-r--r-- | games-emulation/grustibus/files/0.43-filename.patch | 12 | ||||
-rw-r--r-- | games-emulation/grustibus/grustibus-0.43-r4.ebuild | 3 |
3 files changed, 19 insertions, 2 deletions
diff --git a/games-emulation/grustibus/ChangeLog b/games-emulation/grustibus/ChangeLog index ff4ed4d91659..5ea21315c293 100644 --- a/games-emulation/grustibus/ChangeLog +++ b/games-emulation/grustibus/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/grustibus # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/grustibus/ChangeLog,v 1.5 2004/06/24 22:28:53 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/grustibus/ChangeLog,v 1.6 2004/09/18 11:46:47 mr_bones_ Exp $ + + 18 Sep 2004; Michael Sterrett <mr_bones_@gentoo.org> + grustibus-0.43-r4.ebuild: + patch from Roman 'gryf' Dobosz via bug #57004 to fix rom name after rebuild 22 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> +files/0.43-crash.patch, grustibus-0.43-r4.ebuild: diff --git a/games-emulation/grustibus/files/0.43-filename.patch b/games-emulation/grustibus/files/0.43-filename.patch new file mode 100644 index 000000000000..3add555d2752 --- /dev/null +++ b/games-emulation/grustibus/files/0.43-filename.patch @@ -0,0 +1,12 @@ +diff -Nur grustibus-0.43/src/mameio.c grustibus-0.43p2/src/mameio.c +--- grustibus-0.43/src/mameio.c 2001-05-28 02:09:06.000000000 +0200 ++++ grustibus-0.43p2/src/mameio.c 2004-07-14 12:02:33.000000000 +0200 +@@ -168,7 +168,7 @@ + + + if (p[0] == '\"') +- *p = *p++; ++ *p++; + value = p; + + i = 0; diff --git a/games-emulation/grustibus/grustibus-0.43-r4.ebuild b/games-emulation/grustibus/grustibus-0.43-r4.ebuild index 346bb7c9dcea..32dc63542feb 100644 --- a/games-emulation/grustibus/grustibus-0.43-r4.ebuild +++ b/games-emulation/grustibus/grustibus-0.43-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/grustibus/grustibus-0.43-r4.ebuild,v 1.6 2004/06/24 22:28:53 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/grustibus/grustibus-0.43-r4.ebuild,v 1.7 2004/09/18 11:46:47 mr_bones_ Exp $ inherit eutils @@ -21,6 +21,7 @@ src_unpack() { unpack ${A} cd ${S} epatch "${FILESDIR}/${PV}-crash.patch" + epatch "${FILESDIR}/${PV}-filename.patch" # bug #57004 } src_compile() { |