summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-02-04 22:54:33 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-02-04 22:54:33 +0000
commit738b21359253c1209683fcb84df0e26b0c5b4355 (patch)
treef8085b01f33d309fe5bd086b157c371c94847e73 /games-emulation/fakenes/files
parentAdd helper script "usbmodules" like "pcimodules". (diff)
downloadgentoo-2-738b21359253c1209683fcb84df0e26b0c5b4355.tar.gz
gentoo-2-738b21359253c1209683fcb84df0e26b0c5b4355.tar.bz2
gentoo-2-738b21359253c1209683fcb84df0e26b0c5b4355.zip
old
(Portage version: 2.1.3.19)
Diffstat (limited to 'games-emulation/fakenes/files')
-rw-r--r--games-emulation/fakenes/files/0.1.5-datadir.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/games-emulation/fakenes/files/0.1.5-datadir.patch b/games-emulation/fakenes/files/0.1.5-datadir.patch
deleted file mode 100644
index f2c0606d2dd5..000000000000
--- a/games-emulation/fakenes/files/0.1.5-datadir.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- main.c.orig 2003-07-13 01:53:13.000000000 -0400
-+++ main.c 2003-07-13 01:54:28.000000000 -0400
-@@ -442,10 +442,10 @@
-
- if (! data)
- {
-- fprintf (stderr, "Datafile not found in configuration path, trying cwd.\n");
-+ fprintf (stderr, "Datafile not found in configuration path, trying GENTOO_DIR.\n");
-
-
-- datfile = "fakenes.dat";
-+ datfile = "GENTOO_DIR/fakenes.dat";
-
- data = load_datafile (datfile);
- }