]> git.pld-linux.org Git - packages/XFree86.git/blobdiff - XFree86-PLD.patch
- 4.8.0 (probably the last XFree86 version ever, for comparison and archival reasons)
[packages/XFree86.git] / XFree86-PLD.patch
index b12519c8051ab14ba4aed6b04d8b3987f566605d..2a27a7182407ebbd465597e1aaa632e773397194 100644 (file)
  #ifndef XF86OSCardDrivers
 --- xc/config/cf/site.def.orig 2006-01-09 15:56:13.000000000 +0100
 +++ xc/config/cf/site.def      2006-06-11 00:28:00.330502072 +0200
-@@ -104,10 +104,15 @@
+@@ -104,10 +104,10 @@
  #define HasSentinel   YES
  */
  
 +#define DefaultUserPath /usr/local/bin:/bin:/usr/bin:$(BINDIR)
 +#undef DefaultSystemPath
 +#define DefaultSystemPath /sbin:/bin:/usr/sbin:/usr/bin:$(BINDIR)
-+
-+
-+#define HasPam    YES
-+#define HasPamMisc    YES
-+#define HasFontconfig YES
  
  
  /* You do NOT need SetUID if you only run the server under xdm */
  
  /*
   * To not install the local font directory, uncomment the following
-@@ -304,27 +304,26 @@
-  * HasGlide2 to YES and set the Glide2IncDir variable. 
-  * HasGlide2 is per default NO.
-  *
--#define HasGlide2 YES
-  */
-+#define HasGlide2 YES
- /*
-  * Set the path to your Glide include files.
-  *
--#define Glide2IncDir /usr/include/glide
-  */
-+#define Glide2IncDir /usr/include/glide
- /* 
-  * Have glide 3?
-  *
--#define HasGlide3 YES
-  */
-+#define HasGlide3 YES
- /*
-  * Set the path to your Glide 3 include files.
-  *
--#define Glide3IncDir /usr/include/glide3
-  */
--
-+#define Glide3IncDir /usr/include/glide3
- /*
 @@ -426,8 +425,8 @@
   * Some Linux releases don't have a libtermcap.  In this case you may need
   * to uncomment the following
   *
 -#define TermcapLibrary                -lncurses
   */
-+#define TermcapLibrary                -lncurses
++#define TermcapLibrary                -ltinfo
  
  /*
   * Build a server that dynamically loads the modules by setting
  
  /*
   * Uncomment this if your default tools (eg, gcc, ld, as, etc) are
+@@ -691,4 +691,8 @@
+ #define X86EMU_LIBPATH /usr/local/lib
+  */ 
+-
++/* these must be before linux.cf is included */
++#define UsePam                YES
++#define HasPam                YES
++#define HasPamMisc    YES
++#define HasFontconfig YES
 --- xc/config/cf/xfree86.cf.orig       2006-04-26 02:28:16.000000000 +0200
 +++ xc/config/cf/xfree86.cf    2006-06-11 00:28:00.337501008 +0200
 @@ -148,7 +148,7 @@
 -#else
 -InstallNonExecFileNoClobber($(SAMPLECONFIG),$(XINITDIR))
 -#endif
-+XCOMM Red Hat gets this from a different package
++XCOMM PLD gets this from a different package
 +XCOMM #if InstallXinitConfig
 +XCOMM InstallNonExecFile($(SAMPLECONFIG),$(XINITDIR))
 +XCOMM #else
  
  LinkConfDirectory(xinit,.,xinit,.)
  
---- xc/programs/xterm/Imakefile.orig   2006-04-10 02:34:36.000000000 +0200
-+++ xc/programs/xterm/Imakefile        2006-06-11 00:48:09.508679048 +0200
-@@ -94,6 +94,10 @@
+--- xc/programs/xterm/Imakefile.orig   2008-11-01 20:57:39.000000000 +0100
++++ xc/programs/xterm/Imakefile        2013-02-15 18:39:33.885210018 +0100
+@@ -102,6 +102,10 @@
  # endif
  #endif
  
  #ifndef SpecialCObjectRule
  #define SpecialCObjectRule(module,ignore,defines) \
  module.o: ; $(CC) -c defines $(CFLAGS) module.c
-@@ -179,7 +183,7 @@
-     XKB_DEFINES = XkbClientDefines
-    PATH_DEFINES = -DPROJECTROOT=$(PROJECTROOT)
-         DEFINES = $(XKB_DEFINES) $(TERMCAPDEFINES) $(FEATURE_DEFINES) $(SCROLLBAR_RIGHT) $(UTF8_OPTION) $(XRFDEF) $(PATH_DEFINES) $(PUTENVDEF) $(IMAKEDEFINES) $(TRACEDEF)
--       INCLUDES = -I. $(XRFINCLUDES)
-+       INCLUDES = -I. -I/usr/include/ncurses $(XRFINCLUDES)
+@@ -209,7 +213,7 @@
+                   $(SCROLLBAR_RIGHT) $(UTF8_OPTION) $(XRFDEF) $(PATH_DEFINES) \
+                   $(XTERM_FEATURE_OPTIONS) $(PUTENVDEF) \
+                   $(IMAKEDEFINES) $(TRACEDEF)
+-       INCLUDES = $(OBSOLETE_INCLUDES) $(XRFINCLUDES)
++       INCLUDES = $(OBSOLETE_INCLUDES) $(XRFINCLUDES) -I/usr/include/ncurses
  
  #ifdef OS2Architecture
          MAINSRC = os2main.c
This page took 0.081631 seconds and 4 git commands to generate.