]> git.pld-linux.org Git - packages/XFree86.git/blame - XFree86-rh.patch
- outdated
[packages/XFree86.git] / XFree86-rh.patch
CommitLineData
b1ec4fd4 1--- XFree86-3.3.3/xc/config/cf/xf86site.def.rh Sun Nov 8 06:19:11 1998
2+++ XFree86-3.3.3/xc/config/cf/xf86site.def Mon Nov 30 13:48:39 1998
3@@ -66,9 +66,9 @@
4 *
5 * This should automatically get set correctly by imake.
6 *
7-#define LinuxCLibMajorVersion 5
8-#define LinuxClibMinorVersion 4
9 */
10+#define LinuxCLibMajorVersion 6
11+#define LinuxClibMinorVersion 0
12
13 /*
14 * If you want to use the GNU malloc library, uncomment this
15@@ -101,8 +101,8 @@
16 * Note: version 4.0 or 4.1 is required, and XF86Setup links it statically by
17 * default.
18 *
19-#define HasTk YES
20 */
21+#define HasTk YES
22
23 /*
24 * Set the paths and names for your Tk library if they don't match the
25@@ -115,25 +115,26 @@
26 *
27 * Some Linux releases need TkLibDir set to /usr/X11R6/lib
28 *
29-#define TkLibDir /usr/local/lib
30-#define TkIncDir /usr/local/include
31-#define TkLibName tk
32 */
33+#define TkLibDir /usr/lib
34+#define TkIncDir /usr/include
35+#define TkLibName tk
36
37 /*
38 * By default, XF86Setup is linked with a static Tk library. To change
39 * that, uncomment the following line.
40 *
41-#define XF86SetupUsesStaticTk NO
42 */
43+#define XF86SetupUsesStaticTk NO
44+
45
46 /*
47 * If you have Tcl (which is required to build XF86Setup), uncomment this
48 * Note: version 7.4 or 7.5 is required, and XF86Setup links it statically by
49 * default.
50 *
51-#define HasTcl YES
52 */
53+#define HasTcl YES
54
55 /*
56 * Set the paths and names for your Tcl library if they don't match the
57@@ -143,17 +144,17 @@
58 *
59 * Some Linux releases need TclIncDir set to /usr/include/tcl.
60 *
61-#define TclLibDir /usr/local/lib
62-#define TclIncDir /usr/local/include
63-#define TclLibName tcl
64 */
65+#define TclLibDir /usr/lib
66+#define TclIncDir /usr/include
67+#define TclLibName tcl
68
69 /*
70 * By default, XF86Setup is linked with a static Tcl library. To change
71 * that, uncomment the following line.
72 *
73-#define XF86SetupUsesStaticTcl NO
74 */
75+#define XF86SetupUsesStaticTcl NO
76
77 /*
78 * Which servers do you wish to build, you can save a lot of disk space
b1ec4fd4 79@@ -369,8 +370,8 @@
80 /*
81 * To not build/install the Cyrillic fonts, uncomment the following
82 *
83-#define BuildCyrillicFonts NO
84 */
85+#define BuildCyrillicFonts YES
86
87 /*
88 * To not install the local font directory, uncomment the following
89@@ -400,7 +401,7 @@
90 * will need to be built with the Joystick driver in order to be able to
91 * use this.
92 *
93-#define JoystickSupport NO
94+#define JoystickSupport YES
95 #define WacomSupport YES
96 #define MicroTouchSupport YES
97 #define ElographicsSupport YES
98@@ -536,8 +537,8 @@
99 * To forceably build static libraries in addition to shared libraries,
100 * uncomment this.
101 *
102-#define ForceNormalLib YES
103 */
104+#define ForceNormalLib YES
105
106 /*
107 * Uncomment this if your default tools (eg, gcc, ld, as, etc) are
108--- XFree86-3.3.3/xc/config/cf/site.def.rh Sun Jun 22 06:32:21 1997
109+++ XFree86-3.3.3/xc/config/cf/site.def Mon Nov 30 13:43:48 1998
110@@ -106,10 +111,11 @@
111 */
112
113 /*
114-#undef DefaultUserPath
115-#define DefaultUserPath /bin:/usr/bin:$(BINDIR):/usr/ucb:/usr/local/bin
116 */
117-
118+#undef DefaultUserPath
119+#define DefaultUserPath /usr/local/bin:/bin:/usr/bin
120+#undef DefaultSystemPath
121+#define DefaultSystemPath /sbin:/usr/sbin:/bin:/usr/bin
122
123 /* You do NOT need SetUID if you only run the server under xdm */
124 /* You MAY need SetUID if users run the server by hand or under xinit */
125--- XFree86-3.3.3/xc/config/cf/linux.cf.rh Sun Nov 8 06:34:50 1998
126+++ XFree86-3.3.3/xc/config/cf/linux.cf Mon Nov 30 13:43:53 1998
b1ec4fd4 127@@ -318,1 +318,5 @@
128 #include <xfree86.cf>
129+
130+#ifndef XtermWithI18N
131+#define XtermWithI18N YES
132+#endif
133--- XFree86-3.3.3/xc/programs/xinit/Imakefile.rh Thu Nov 5 14:28:39 1998
134+++ XFree86-3.3.3/xc/programs/xinit/Imakefile Mon Nov 30 13:43:47 1998
135@@ -35,9 +35,11 @@
136 InstallNamedProg(startx,startx,$(BINDIR))
137 InstallManPage(startx,$(MANDIR))
138
139-#if InstallXinitConfig
140-InstallNonExecFile($(SAMPLECONFIG),$(XINITDIR))
141-#else
142-InstallNonExecFileNoClobber($(SAMPLECONFIG),$(XINITDIR))
143-#endif
144+XCOMM Red Hat gets this from a different package
145+XCOMM #if InstallXinitConfig
146+XCOMM InstallNonExecFile($(SAMPLECONFIG),$(XINITDIR))
147+XCOMM #else
148+XCOMM InstallNonExecFileNoClobber($(SAMPLECONFIG),$(XINITDIR))
149+XCOMM #endif
150+
151 #endif
This page took 0.272537 seconds and 4 git commands to generate.