summaryrefslogtreecommitdiff
path: root/graphics/xv/patches
diff options
context:
space:
mode:
authoragc <agc>1999-11-19 09:38:18 +0000
committeragc <agc>1999-11-19 09:38:18 +0000
commit0f5573e1c94f4151ecc72789c02e68e9af456934 (patch)
tree0a0e041772edb3003920a608c79fae2ab9f333e4 /graphics/xv/patches
parent825ddb07b3bb2ecd1d19ce317ae98d5d434aa572 (diff)
downloadpkgsrc-0f5573e1c94f4151ecc72789c02e68e9af456934.tar.gz
Remove fuzz from patches.
Diffstat (limited to 'graphics/xv/patches')
-rw-r--r--graphics/xv/patches/patch-ac64
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"
+
+
+ /***************************************************************************