diff options
Diffstat (limited to 'graphics/xv/files/patch-ac')
-rw-r--r-- | graphics/xv/files/patch-ac | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/graphics/xv/files/patch-ac b/graphics/xv/files/patch-ac index 0d4217fb1bb9..58bb772b9053 100644 --- a/graphics/xv/files/patch-ac +++ b/graphics/xv/files/patch-ac @@ -1,34 +1,20 @@ *** /tmp/T0a03151 Mon Feb 13 18:35:11 1995 --- config.h Mon Feb 13 18:34:49 1995 *************** -*** 13,25 **** +*** 13,18 **** * definition appropriately. (use 'which gunzip' to find if you have gunzip, * and where it lives) */ ! #undef USE_GUNZIP #ifdef USE_GUNZIP - # ifdef VMS - # define GUNZIP "UNCOMPRESS" - # else -! # define GUNZIP "/usr/local/bin/gunzip -q" - # endif - #endif - ---- 13,25 ---- +--- 13,18 ---- * definition appropriately. (use 'which gunzip' to find if you have gunzip, * and where it lives) */ ! #define USE_GUNZIP #ifdef USE_GUNZIP - # ifdef VMS - # define GUNZIP "UNCOMPRESS" - # else -! # define GUNZIP "/usr/bin/gunzip -q" - # endif - #endif - *************** *** 88,96 **** * should not need to be changed |