summaryrefslogtreecommitdiff
path: root/graphics/xv/patches/patch-ac
blob: 1870ea4651bf487749ea0f3767b2b93037e77f6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
$NetBSD: patch-ac,v 1.5 1999/11/19 09:38:19 agc Exp $

--- 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"
 
 
 /***************************************************************************