diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-07-13 05:58:57 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-07-13 05:58:57 +0000 |
commit | f93032851d9b9eccdbdfe84d2b24191dc34ca507 (patch) | |
tree | 1bebb2c74a209cd6aaa5ff37497ae03e59558b75 /app-emulation/fakenes/files | |
parent | now in dev-games (diff) | |
download | gentoo-2-f93032851d9b9eccdbdfe84d2b24191dc34ca507.tar.gz gentoo-2-f93032851d9b9eccdbdfe84d2b24191dc34ca507.tar.bz2 gentoo-2-f93032851d9b9eccdbdfe84d2b24191dc34ca507.zip |
initial ebuild
Diffstat (limited to 'app-emulation/fakenes/files')
-rw-r--r-- | app-emulation/fakenes/files/0.1.5-datadir.patch | 15 | ||||
-rw-r--r-- | app-emulation/fakenes/files/digest-fakenes-0.1.5 | 1 |
2 files changed, 16 insertions, 0 deletions
diff --git a/app-emulation/fakenes/files/0.1.5-datadir.patch b/app-emulation/fakenes/files/0.1.5-datadir.patch new file mode 100644 index 000000000000..f2c0606d2dd5 --- /dev/null +++ b/app-emulation/fakenes/files/0.1.5-datadir.patch @@ -0,0 +1,15 @@ +--- 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); + } diff --git a/app-emulation/fakenes/files/digest-fakenes-0.1.5 b/app-emulation/fakenes/files/digest-fakenes-0.1.5 new file mode 100644 index 000000000000..0749c94b6853 --- /dev/null +++ b/app-emulation/fakenes/files/digest-fakenes-0.1.5 @@ -0,0 +1 @@ +MD5 286b9f66b9dbce2ae9425a2ec26562e3 fakenes-0.1.5.tar.bz2 94978 |