summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-12-02 01:20:06 +0000
committerMike Frysinger <vapier@gentoo.org>2003-12-02 01:20:06 +0000
commit6ce325e0a5ddb0946591e85fd94b72dc6f60b547 (patch)
treef31e3d1a3a09100eb26bb43762e7975b38238f6e /games-roguelike/falconseye/files/1.9.4a-gentoo-paths.patch
parentstable on x86 (diff)
downloadhistorical-6ce325e0a5ddb0946591e85fd94b72dc6f60b547.tar.gz
historical-6ce325e0a5ddb0946591e85fd94b72dc6f60b547.tar.bz2
historical-6ce325e0a5ddb0946591e85fd94b72dc6f60b547.zip
ver bump #25621
Diffstat (limited to 'games-roguelike/falconseye/files/1.9.4a-gentoo-paths.patch')
-rw-r--r--games-roguelike/falconseye/files/1.9.4a-gentoo-paths.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/games-roguelike/falconseye/files/1.9.4a-gentoo-paths.patch b/games-roguelike/falconseye/files/1.9.4a-gentoo-paths.patch
new file mode 100644
index 000000000000..a048cc836ec1
--- /dev/null
+++ b/games-roguelike/falconseye/files/1.9.4a-gentoo-paths.patch
@@ -0,0 +1,18 @@
+--- include/unixconf.h.orig 2003-12-01 17:11:49.313313384 -0500
++++ include/unixconf.h 2003-12-01 17:12:17.518025616 -0500
+@@ -96,13 +96,13 @@
+ */
+
+ /* #define NO_FILE_LINKS */ /* if no hard links */
+-/* #define LOCKDIR "/usr/games/lib/nethackdir" */ /* where to put locks */
++#define LOCKDIR "GENTOO_STATEDIR"
+
+ /*
+ * 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"
+
+
+ /*