diff options
Diffstat (limited to 'games/nethack-lib/patches')
-rw-r--r-- | games/nethack-lib/patches/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/nethack-lib/patches/patch-aa b/games/nethack-lib/patches/patch-aa index 7ac949f6f3f..6ce5e484e3c 100644 --- a/games/nethack-lib/patches/patch-aa +++ b/games/nethack-lib/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.3 2000/07/16 12:40:55 pooka Exp $ +$NetBSD: patch-aa,v 1.4 2000/07/17 14:31:13 agc Exp $ --- include/config.h.orig Sat Dec 11 07:20:49 1999 +++ include/config.h Fri Dec 17 13:51:24 1999 @@ -13,7 +13,7 @@ $NetBSD: patch-aa,v 1.3 2000/07/16 12:40:55 pooka Exp $ /* 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 "@GZIP_PROGRAM@" /* FSF gzip compression */ +#define COMPRESS_EXTENSION ".gz" /* normal gzip extension */ #endif |