summaryrefslogtreecommitdiff
path: root/x11-toolkits/xview/files/patch-cb
blob: cff23b94c3ed5749e8e36237d6b53eb2a1691616 (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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
*** config/XView.cf.orig	Sun Jun 26 21:09:19 1994
--- config/XView.cf	Thu Jan 21 17:48:22 1999
***************
*** 101,107 ****
   *	the appropriate value.
   */
  #ifndef XVDestDir
! #define XVDestDir /usr/X11/xview
  #endif
  /*
   *	Command to add object modules to the library.
--- 101,107 ----
   *	the appropriate value.
   */
  #ifndef XVDestDir
! #define XVDestDir /usr/X11R6
  #endif
  /*
   *	Command to add object modules to the library.
***************
*** 139,145 ****
   *	installed in $(DESTDIR)/lib/X11/config (aka $(CONFIGDIR)).
   */ 
  #ifndef OnlyNeedsNewXViewConfigInstalled 
! #define OnlyNeedsNewXViewConfigInstalled NO 
  #endif 
  /*
   *	If you would like the XView man pages to be installed in 
--- 139,145 ----
   *	installed in $(DESTDIR)/lib/X11/config (aka $(CONFIGDIR)).
   */ 
  #ifndef OnlyNeedsNewXViewConfigInstalled 
! #define OnlyNeedsNewXViewConfigInstalled YES
  #endif 
  /*
   *	If you would like the XView man pages to be installed in 
***************
*** 195,201 ****
  # if PreR4Server
  # define LibXViewDefines -DPRE_R4_ICCCM
  # else
! # define LibXViewDefines -DFULL_R5 -I$(OPENWINHOME)/include -DSUNOS41 -DX11R6
  # endif
  #endif
  /*
--- 195,201 ----
  # if PreR4Server
  # define LibXViewDefines -DPRE_R4_ICCCM
  # else
! #   define LibXViewDefines -DFULL_R5 -I$(OPENWINHOME)/include -DSUNOS41 -DX11R6
  # endif
  #endif
  /*
***************
*** 259,265 ****
   *	following variable to YES.  
   */
  #ifndef InstallAllImages
! #define InstallAllImages NO
  #endif
  /*
   *	If you do not already have the textsw extras menu installed in
--- 259,265 ----
   *	following variable to YES.  
   */
  #ifndef InstallAllImages
! #define InstallAllImages YES
  #endif
  /*
   *	If you do not already have the textsw extras menu installed in
***************
*** 360,366 ****
   *    	be defined as -PIC
   */
  #ifndef PositionIndependentCodeFlag
! #define PositionIndependentCodeFlag -PIC
  #endif
  
  /*
--- 360,366 ----
   *    	be defined as -PIC
   */
  #ifndef PositionIndependentCodeFlag
! #define PositionIndependentCodeFlag -fpic
  #endif
  
  /*