diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2008-09-17 22:03:12 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2008-09-17 22:03:12 +0000 |
commit | a4f07ceb775cc1d02153b0a6bf18d5a1d2262d26 (patch) | |
tree | 64d3a9d19d9f875e8f6ce6533033d420045313e7 /games-roguelike/tome/files | |
parent | new package for controlling LIRC remotes (diff) | |
download | gentoo-2-a4f07ceb775cc1d02153b0a6bf18d5a1d2262d26.tar.gz gentoo-2-a4f07ceb775cc1d02153b0a6bf18d5a1d2262d26.tar.bz2 gentoo-2-a4f07ceb775cc1d02153b0a6bf18d5a1d2262d26.zip |
Version bump to 2.3.5. Bug #222891
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-roguelike/tome/files')
-rw-r--r-- | games-roguelike/tome/files/2.3.5-gentoo-paths.patch | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/games-roguelike/tome/files/2.3.5-gentoo-paths.patch b/games-roguelike/tome/files/2.3.5-gentoo-paths.patch new file mode 100644 index 000000000000..d171a1cf540f --- /dev/null +++ b/games-roguelike/tome/files/2.3.5-gentoo-paths.patch @@ -0,0 +1,31 @@ +diff -rU 1 tome-225-src.orig/src/files.c tome-225-src/src/files.c +--- tome-225-src.orig/src/files.c 2004-01-14 11:17:02.423263360 -0500 ++++ tome-225-src/src/files.c 2004-01-14 11:17:50.074019344 -0500 +@@ -5670,3 +5670,3 @@ + /* Build the filename */ +- path_build(buf, 1024, ANGBAND_DIR_APEX, "scores.raw"); ++ sprintf(buf, "GENTOO_DIR/tome-scores.raw"); + +@@ -5748,3 +5748,3 @@ + /* Build the filename */ +- path_build(buf, 1024, ANGBAND_DIR_APEX, "scores.raw"); ++ sprintf(buf, "GENTOO_DIR/tome-scores.raw"); + +@@ -5846,3 +5846,3 @@ + /* Build the filename */ +- path_build(buf, 1024, ANGBAND_DIR_APEX, "scores.raw"); ++ sprintf(buf, "GENTOO_DIR/tome-scores.raw"); + +@@ -6296,3 +6296,3 @@ + /* Build the filename */ +- path_build(buf, 1024, ANGBAND_DIR_APEX, "scores.raw"); ++ sprintf(buf, "GENTOO_DIR/tome-scores.raw"); + +diff -rU 1 tome-225-src.orig/src/init2.c tome-225-src/src/init2.c +--- tome-225-src.orig/src/init2.c 2004-01-14 11:17:02.473255760 -0500 ++++ tome-225-src/src/init2.c 2004-01-14 11:17:58.286770816 -0500 +@@ -6686,3 +6686,3 @@ + /* Build the filename */ +- path_build(buf, 1024, ANGBAND_DIR_APEX, "scores.raw"); ++ sprintf(buf, "GENTOO_DIR/tome-scores.raw"); + |