summaryrefslogtreecommitdiff
path: root/games/nethack-lib/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'games/nethack-lib/patches/patch-aa')
-rw-r--r--games/nethack-lib/patches/patch-aa58
1 files changed, 37 insertions, 21 deletions
diff --git a/games/nethack-lib/patches/patch-aa b/games/nethack-lib/patches/patch-aa
index 89e8b1030ef..28d3c770759 100644
--- a/games/nethack-lib/patches/patch-aa
+++ b/games/nethack-lib/patches/patch-aa
@@ -1,31 +1,47 @@
-$NetBSD: patch-aa,v 1.1 1998/08/27 12:58:51 garbled Exp $
---- include/config.h.orig Sat Aug 8 06:06:46 1998
-+++ include/config.h Sat Aug 8 06:08:27 1998
-@@ -298,8 +298,8 @@
- /* path and file name extension for compression program */
--# define COMPRESS "/usr/ucb/compress" /* Lempel-Ziv compression */
--# define COMPRESS_EXTENSION ".Z" /* compress's extension */
-+/* # define COMPRESS "/usr/ucb/compress" /* Lempel-Ziv compression */
-+/* # define COMPRESS_EXTENSION ".Z" /* compress's extension */
+$NetBSD: patch-aa,v 1.2 1999/12/24 22:30:00 pooka Exp $
+
+--- include/config.h.orig Sat Dec 11 07:20:49 1999
++++ include/config.h Fri Dec 17 13:51:24 1999
+@@ -133,11 +133,11 @@
+ #ifdef UNIX
+ /* path and file name extension for compression program */
+-#define COMPRESS "/usr/bin/compress" /* Lempel-Ziv compression */
+-#define COMPRESS_EXTENSION ".Z" /* compress's extension */
++/* #define COMPRESS "/usr/bin/compress" /* Lempel-Ziv compression */
++/* #define COMPRESS_EXTENSION ".Z" /* compress's extension */
/* An example of one alternative you might want to use: */
--/* # define COMPRESS "/usr/local/bin/gzip" /* FSF gzip compression */
--/* # define COMPRESS_EXTENSION ".gz" /* normal gzip extension */
-+# define COMPRESS "/usr/bin/gzip" /* FSF gzip compression */
-+# define COMPRESS_EXTENSION ".gz" /* normal gzip extension */
+-/* #define COMPRESS "/usr/local/bin/gzip" */ /* FSF gzip compression */
+-/* #define COMPRESS_EXTENSION ".gz" */ /* normal gzip extension */
++#define COMPRESS "/usr/local/bin/gzip" /* FSF gzip compression */
++#define COMPRESS_EXTENSION ".gz" /* normal gzip extension */
#endif
-@@ -333,3 +333,3 @@
+
+ #ifndef COMPRESS
+@@ -168,7 +168,7 @@
+ * otherwise it will be the current directory.
+ */
# ifndef HACKDIR
-# define HACKDIR "/usr/games/lib/nethackdir" /* nethack directory */
-+# define HACKDIR "XXXLOCALBASEXXX/share/nethackdir" /* nethack directory */
++# define HACKDIR "XXXPREFIXXXX/share/nethackdir" /* nethack directory */
# endif
-@@ -429,3 +429,3 @@
--/*#define VISION_TABLES /* use vision tables generated at compile time */
-+#define VISION_TABLES /* use vision tables generated at compile time */
+ /*
+@@ -264,7 +264,7 @@
+ * functions that have been macroized.
+ */
+
+-/* #define VISION_TABLES */ /* use vision tables generated at compile time */
++#define VISION_TABLES /* use vision tables generated at compile time */
#ifndef VISION_TABLES
-@@ -467,3 +467,3 @@
+ # ifndef NO_MACRO_CPATH
+ # define MACRO_CPATH /* use clear_path macros instead of functions */
+@@ -302,7 +302,7 @@
+ #endif
+
#define EXP_ON_BOTL /* Show experience on bottom line */
--/* #define SCORE_ON_BOTL /* added by Gary Erickson (erickson@ucivax) */
-+#define SCORE_ON_BOTL /* added by Gary Erickson (erickson@ucivax) */
+-/* #define SCORE_ON_BOTL */ /* added by Gary Erickson (erickson@ucivax) */
++#define SCORE_ON_BOTL /* added by Gary Erickson (erickson@ucivax) */
+
+ #include "global.h" /* Define everything else according to choices above */