summaryrefslogtreecommitdiff
path: root/x11-toolkits/xview/files/patch-config+XView.cf
blob: 8f01db7e49b2a711521f975d138e405dac2c6f55 (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
--- config/XView.cf.orig	Mon Jun 27 04:09:19 1994
+++ config/XView.cf	Thu Oct  5 22:23:13 2006
@@ -101,7 +101,7 @@
  *	the appropriate value.
  */
 #ifndef XVDestDir
-#define XVDestDir /usr/X11/xview
+#define XVDestDir /usr/local
 #endif
 /*
  *	Command to add object modules to the library.
@@ -139,7 +139,7 @@
  *	installed in $(DESTDIR)/lib/X11/config (aka $(CONFIGDIR)).
  */ 
 #ifndef OnlyNeedsNewXViewConfigInstalled 
-#define OnlyNeedsNewXViewConfigInstalled NO 
+#define OnlyNeedsNewXViewConfigInstalled YES
 #endif 
 /*
  *	If you would like the XView man pages to be installed in 
@@ -162,7 +162,7 @@
  *	These are unchanged from X.V11R4 and the XView 2 release.
  */
 #ifndef InstallOpenLookFonts
-#define InstallOpenLookFonts NO
+#define InstallOpenLookFonts YES
 #endif
 /*
  *	If you want to install the private header files, set below value to
@@ -195,7 +195,7 @@
 # if PreR4Server
 # define LibXViewDefines -DPRE_R4_ICCCM
 # else
-# define LibXViewDefines -DFULL_R5 -I$(OPENWINHOME)/include -DSUNOS41 -DX11R6
+#   define LibXViewDefines -I$(OPENWINHOME)/include -DSUNOS41 -DX11R6 
 # endif
 #endif
 /*
@@ -259,7 +259,7 @@
  *	following variable to YES.  
  */
 #ifndef InstallAllImages
-#define InstallAllImages NO
+#define InstallAllImages YES
 #endif
 /*
  *	If you do not already have the textsw extras menu installed in
@@ -360,7 +360,7 @@
  *    	be defined as -PIC
  */
 #ifndef PositionIndependentCodeFlag
-#define PositionIndependentCodeFlag -PIC
+#define PositionIndependentCodeFlag -fPIC
 #endif
 
 /*