diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-07-03 07:37:12 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-07-03 07:37:12 +0000 |
commit | c9c9ee7b8d088cabf336f0a79de4fe549137f770 (patch) | |
tree | a672eb1af3a3fb9952bb62492ea05243eda3302c /graphics/xv/files/patch-ac | |
parent | There's a new DISTFILE available. (diff) |
Add magpic and PhotoCD support. The gist of original patch-aa is
already in the distfile patch, and so is part of patch-ac. The new
patch-ac is a bug fix (wrong order of arguments -- how did it
work for anyone?!?).
While I'm here, replace "mkdir -p" with "${MKDIR}", etc.
Notified about patch by: ohashi@mickey.ai.kyutech.ac.jp (Takeshi Ohashi)
Diffstat (limited to '')
-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 |