summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-07-31 05:32:11 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-07-31 05:32:11 +0000
commit264fa9ba8f4c73e32bb3f868f81ba284fe1b4d4b (patch)
tree352362972f2ecde067ef2f6877f0c109cb7af33c /games-roguelike/scourge/files
parentStable on x86. (diff)
downloadgentoo-2-264fa9ba8f4c73e32bb3f868f81ba284fe1b4d4b.tar.gz
gentoo-2-264fa9ba8f4c73e32bb3f868f81ba284fe1b4d4b.tar.bz2
gentoo-2-264fa9ba8f4c73e32bb3f868f81ba284fe1b4d4b.zip
version bump; fix bug #100192
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'games-roguelike/scourge/files')
-rw-r--r--games-roguelike/scourge/files/0.10.1-datadir.patch14
-rw-r--r--games-roguelike/scourge/files/digest-scourge-0.10.11
2 files changed, 15 insertions, 0 deletions
diff --git a/games-roguelike/scourge/files/0.10.1-datadir.patch b/games-roguelike/scourge/files/0.10.1-datadir.patch
new file mode 100644
index 000000000000..ca300011bcff
--- /dev/null
+++ b/games-roguelike/scourge/files/0.10.1-datadir.patch
@@ -0,0 +1,14 @@
+--- src/main.cpp.orig 2005-06-09 01:13:49.000000000 -0400
++++ src/main.cpp 2005-07-30 22:44:03.000000000 -0400
+@@ -82,7 +82,11 @@
+ rootDir = (char*)malloc( 300 * sizeof( char ) );
+ strcpy( rootDir, "data" );
+ #else
++#ifdef ENABLE_BINRELOC
+ rootDir = (char*)BR_DATADIR( "/data" );
++#else
++ rootDir = DATA_DIR;
++#endif
+ #endif
+ cerr << "rootDir=" << rootDir << endl;
+
diff --git a/games-roguelike/scourge/files/digest-scourge-0.10.1 b/games-roguelike/scourge/files/digest-scourge-0.10.1
new file mode 100644
index 000000000000..899458e3bdec
--- /dev/null
+++ b/games-roguelike/scourge/files/digest-scourge-0.10.1
@@ -0,0 +1 @@
+MD5 d19ef1ce0d8cfc852c3561c3375d0504 scourge-0.10.1.tar.gz 23268675