summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-roguelike/slashem/files/0.0.7E6/gentoo-paths.patch')
-rw-r--r--games-roguelike/slashem/files/0.0.7E6/gentoo-paths.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/games-roguelike/slashem/files/0.0.7E6/gentoo-paths.patch b/games-roguelike/slashem/files/0.0.7E6/gentoo-paths.patch
deleted file mode 100644
index d170854f68f0..000000000000
--- a/games-roguelike/slashem/files/0.0.7E6/gentoo-paths.patch
+++ /dev/null
@@ -1,26 +0,0 @@
---- include/unixconf.h.orig 2003-08-14 21:40:11.533226120 -0400
-+++ include/unixconf.h 2003-08-14 21:40:46.557901560 -0400
-@@ -154,13 +154,7 @@
-
- /* #define NO_FILE_LINKS */ /* if no hard links */
-
--#ifdef NO_FILE_LINKS
--# ifdef FILE_AREAS
--# define LOCKDIR FILE_AREA_VAR /* where to put locks */
--# else
--# define LOCKDIR "/usr/games/lib/nethackdir" /* where to put locks */
--# endif
--#endif
-+# define LOCKDIR "GENTOO_STATEDIR" /* where to put locks */
-
- /*
- * Define DEF_PAGER as your default pager, e.g. "/bin/cat" or "/usr/ucb/more"
-@@ -174,7 +168,7 @@
- * If you want the static parts of your playground on a read-only file
- * system, define VAR_PLAYGROUND to be where the variable parts are kept.
- */
--/* #define VAR_PLAYGROUND "/var/lib/games/nethack" */
-+#define VAR_PLAYGROUND "GENTOO_STATEDIR"
-
-
-