summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-roguelike/falconseye/files/1.9.3-gzip.diff')
-rw-r--r--games-roguelike/falconseye/files/1.9.3-gzip.diff19
1 files changed, 19 insertions, 0 deletions
diff --git a/games-roguelike/falconseye/files/1.9.3-gzip.diff b/games-roguelike/falconseye/files/1.9.3-gzip.diff
new file mode 100644
index 000000000000..ad60c987677d
--- /dev/null
+++ b/games-roguelike/falconseye/files/1.9.3-gzip.diff
@@ -0,0 +1,19 @@
+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