diff options
Diffstat (limited to 'games-roguelike/falconseye/files/1.9.3-gzip.diff')
-rw-r--r-- | games-roguelike/falconseye/files/1.9.3-gzip.diff | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/games-roguelike/falconseye/files/1.9.3-gzip.diff b/games-roguelike/falconseye/files/1.9.3-gzip.diff deleted file mode 100644 index ad60c987677d..000000000000 --- a/games-roguelike/falconseye/files/1.9.3-gzip.diff +++ /dev/null @@ -1,19 +0,0 @@ -diff -Naur falconseye-1.9.3/include/config.h falconseye-1.9.3/include/config.h ---- falconseye-1.9.3/include/config.h 2001-07-03 19:56:52.000000000 -0400 -+++ falconseye-1.9.3/include/config.h 2002-07-01 22:00:21.000000000 -0400 -@@ -187,11 +187,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 "/bin/gzip" /* FSF gzip compression */ -+#define COMPRESS_EXTENSION ".gz" /* normal gzip extension */ - #endif - - #ifndef COMPRESS |