diff options
author | agc <agc@pkgsrc.org> | 1999-11-19 09:38:18 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-11-19 09:38:18 +0000 |
commit | 1c7b08467d9f706ded8ac55392d9e6ac66208cd4 (patch) | |
tree | 0a0e041772edb3003920a608c79fae2ab9f333e4 /graphics/xv/patches | |
parent | ccec9ff37b602444dbf9fb87e5b6178b9cd06bab (diff) | |
download | pkgsrc-1c7b08467d9f706ded8ac55392d9e6ac66208cd4.tar.gz |
Remove fuzz from patches.
Diffstat (limited to 'graphics/xv/patches')
-rw-r--r-- | graphics/xv/patches/patch-ac | 64 |
1 files changed, 25 insertions, 39 deletions
diff --git a/graphics/xv/patches/patch-ac b/graphics/xv/patches/patch-ac index ea219aa4c27..1870ea4651b 100644 --- a/graphics/xv/patches/patch-ac +++ b/graphics/xv/patches/patch-ac @@ -1,40 +1,26 @@ -$NetBSD: patch-ac,v 1.4 1999/01/04 23:29:46 frueauf Exp $ +$NetBSD: patch-ac,v 1.5 1999/11/19 09:38:19 agc Exp $ -*** /tmp/T0a03151 Mon Feb 13 18:35:11 1995 ---- config.h Mon Feb 13 18:34:49 1995 -*************** -*** 13,18 **** - * definition appropriately. (use 'which gunzip' to find if you have gunzip, - * and where it lives) - */ -! #undef USE_GUNZIP - - #ifdef USE_GUNZIP ---- 13,18 ---- - * definition appropriately. (use 'which gunzip' to find if you have gunzip, - * and where it lives) - */ -! #define USE_GUNZIP - - #ifdef USE_GUNZIP -*************** -*** 88,96 **** - * should not need to be changed - */ - -! /* #define GS_PATH "/usr/local/bin/gs" */ -! /* #define GS_LIB "." */ -! /* #define GS_DEV "ppmraw" */ - - - /*************************************************************************** ---- 88,96 ---- - * should not need to be changed - */ - -! #define GS_PATH "@LOCALBASE@/bin/gs" -! #define GS_LIB "@LOCALBASE@/share/ghostscript" -! #define GS_DEV "ppmraw" - - - /*************************************************************************** +--- config.h.orig Fri Nov 19 09:32:02 1999 ++++ config.h Fri Nov 19 09:32:57 1999 +@@ -13,7 +13,7 @@ + * definition appropriately. (use 'which gunzip' to find if you have gunzip, + * and where it lives) + */ +-#undef USE_GUNZIP ++#define USE_GUNZIP + + #ifdef USE_GUNZIP + # ifdef VMS +@@ -98,9 +98,9 @@ + * should not need to be changed + */ + +-/* #define GS_PATH "/usr/local/bin/gs" */ +-/* #define GS_LIB "." */ +-/* #define GS_DEV "ppmraw" */ ++#define GS_PATH "@LOCALBASE@/bin/gs" ++#define GS_LIB "@LOCALBASE@/share/ghostscript" ++#define GS_DEV "ppmraw" + + + /*************************************************************************** |