summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-02-15 03:06:42 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-02-15 03:06:42 +0000
commit008f57b4286f313a88471ebf5b238f23086ccaec (patch)
treeceba3fbc57486f1b40a9c20c3e06cf4ab709051e /graphics
parentAdded xphoon. (diff)
Patch to make xv call ghostscript (assumed to be in /usr/local/bin/gs)
to render .ps files. Also calls gunzip to uncompress compressed files. Submitted by: "Philippe Charnier" <charnier@lirmm.fr>
Notes
Notes: svn path=/head/; revision=985
Diffstat (limited to 'graphics')
-rw-r--r--graphics/xv/files/patch-ac52
1 files changed, 52 insertions, 0 deletions
diff --git a/graphics/xv/files/patch-ac b/graphics/xv/files/patch-ac
new file mode 100644
index 000000000000..0d4217fb1bb9
--- /dev/null
+++ b/graphics/xv/files/patch-ac
@@ -0,0 +1,52 @@
+*** /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"
+
+
+ /***************************************************************************