]> git.pld-linux.org Git - packages/XFree86.git/blob - XFree86-PEX+XIE.patch
- added Requires(post,postun) to -libs
[packages/XFree86.git] / XFree86-PEX+XIE.patch
1 --- XFree86-4.2.0/xc/config/cf/xfree86.cf.orig  Sat Feb  2 22:43:40 2002
2 +++ XFree86-4.2.0/xc/config/cf/xfree86.cf       Sun Feb  3 01:19:18 2002
3 @@ -815,7 +815,7 @@
4   */
5  #if !defined(BuildPexExt)
6  # if XF86Server && !defined(AlphaArchitecture) && !defined(ia64Architecture) && !defined(s390xArchitecture)
7 -#  define BuildPexExt          NO      /* But we turn off PEX anyway now */
8 +#  define BuildPexExt          YES     /* But we turn off PEX anyway now */
9  # else
10  #  define BuildPexExt          NO
11  # endif
12 @@ -1021,7 +1021,7 @@
13   */
14  #ifndef BuildXIE
15  # if XF86Server
16 -#  define BuildXIE             NO
17 +#  define BuildXIE             YES
18  # else
19  #  define BuildXIE             NO
20  # endif
21 --- XFree86-4.2.0/xc/programs/xdpyinfo/Imakefile.orig   Thu Dec 27 21:02:34 2001
22 +++ XFree86-4.2.0/xc/programs/xdpyinfo/Imakefile        Sun Feb  3 10:56:30 2002
23 @@ -10,11 +10,6 @@
24          SHMDEFINES = -DMITSHM
25  #endif
26  
27 -#if BuildXIElib
28 -        XIEDEFINES = -DXIE
29 -        XIEDEPLIBS = $(DEPXIELIB)
30 -           XIELIBS = $(XIELIB)
31 -#endif
32  
33  #if BuildXF86VidModeLibrary
34      VIDMODEDEFINES = -DXF86VIDMODE
This page took 0.028549 seconds and 3 git commands to generate.