summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-roguelike/scourge/files/0.10.1-datadir.patch')
-rw-r--r--games-roguelike/scourge/files/0.10.1-datadir.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/games-roguelike/scourge/files/0.10.1-datadir.patch b/games-roguelike/scourge/files/0.10.1-datadir.patch
deleted file mode 100644
index ca300011bcff..000000000000
--- a/games-roguelike/scourge/files/0.10.1-datadir.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- 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;
-