aboutsummaryrefslogtreecommitdiff
path: root/graphics/xv/files/patch-ac
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1995-05-29 13:46:40 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1995-05-29 13:46:40 +0000
commit0d98f1227110082e9e507ca236458f6c363e25b6 (patch)
tree297f74782436a0f973b6b89d60c10f399af9a135 /graphics/xv/files/patch-ac
parent56cb039977e097ac910b2d719acd77ec3d5fb646 (diff)
This commit was manufactured by cvs2svn to create tag 'RELENG_2_0_5_ALPHA'.release/2.0.5a
Notes
Notes: svn path=/head/; revision=1803 svn path=/tags/RELENG_2_0_5_ALPHA/; revision=1805; tag=release/2.0.5a
Diffstat (limited to 'graphics/xv/files/patch-ac')
-rw-r--r--graphics/xv/files/patch-ac52
1 files changed, 0 insertions, 52 deletions
diff --git a/graphics/xv/files/patch-ac b/graphics/xv/files/patch-ac
deleted file mode 100644
index 0d4217fb1bb9..000000000000
--- a/graphics/xv/files/patch-ac
+++ /dev/null
@@ -1,52 +0,0 @@
-*** /tmp/T0a03151 Mon Feb 13 18:35:11 1995
---- config.h Mon Feb 13 18:34:49 1995
-***************
-*** 13,25 ****
- * 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 ----
- * 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
- */
-
-! /* #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 "/usr/local/bin/gs"
-! #define GS_LIB "/usr/local/lib/ghostscript"
-! #define GS_DEV "ppmraw"
-
-
- /***************************************************************************