summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-roguelike/nethack/files/3.4.3-default-options.patch')
-rw-r--r--games-roguelike/nethack/files/3.4.3-default-options.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/games-roguelike/nethack/files/3.4.3-default-options.patch b/games-roguelike/nethack/files/3.4.3-default-options.patch
deleted file mode 100644
index 83ab94a..0000000
--- a/games-roguelike/nethack/files/3.4.3-default-options.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- include/config.h.orig 2003-06-21 20:44:00.000000000 -0400
-+++ include/config.h 2003-06-21 20:46:42.000000000 -0400
-@@ -172,2 +172,2 @@
--#define COMPRESS "/usr/bin/compress" /* Lempel-Ziv compression */
--#define COMPRESS_EXTENSION ".Z" /* compress's extension */
-+#define COMPRESS "/bin/bzip2" /* Lempel-Ziv compression */
-+#define COMPRESS_EXTENSION ".bz2" /* compress's extension */
-@@ -188 +188 @@
--/* #define DLB */ /* not supported on all platforms */
-+#define DLB 1 /* not supported on all platforms */
-@@ -207 +207 @@
--# define HACKDIR "/usr/games/lib/nethackdir"
-+# define HACKDIR "GENTOO_HACKDIR"
-@@ -303 +303 @@
--/* #define VISION_TABLES */ /* use vision tables generated at compile time */
-+#define VISION_TABLES 1 /* use vision tables generated at compile time */
---- include/unixconf.h.orig 2003-06-21 20:47:54.000000000 -0400
-+++ include/unixconf.h 2003-06-21 20:48:39.000000000 -0400
-@@ -40 +40 @@
--/* #define LINUX */ /* Another Unix clone */
-+#define LINUX 1 /* Another Unix clone */
-@@ -135 +135 @@
--/* #define TIMED_DELAY */ /* usleep() */
-+#define TIMED_DELAY 1
---- src/Makefile.orig 2003-06-21 20:55:36.000000000 -0400
-+++ src/Makefile 2003-06-21 20:55:49.000000000 -0400
-@@ -234 +234 @@
--WINTTYLIB = -ltermlib
-+WINTTYLIB = -lncurses