summaryrefslogtreecommitdiff
path: root/graphics/xv/files/patch-ac
blob: 0d4217fb1bb9b2c35dba328ed482b9aba8762bca (plain) (blame)
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
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"
  
  
  /***************************************************************************