]> git.pld-linux.org Git - packages/X11.git/blobdiff - X11-xterm-256colors.patch
- make Xau a shared lib
[packages/X11.git] / X11-xterm-256colors.patch
index 5590ad51edd1a502009efaadcceb801ecc1f624c..5f34aad332ea7ff8263a3899b9d10657f9a9b7b2 100644 (file)
@@ -1,20 +1,19 @@
-diff -Nru xc.orig/programs/xterm/Imakefile xc/programs/xterm/Imakefile
---- xc.orig/programs/xterm/Imakefile   2003-12-23 13:08:25.000000000 +0100
-+++ xc/programs/xterm/Imakefile        2003-12-23 13:10:13.000000000 +0100
-@@ -16,6 +16,7 @@
- /* Define UTF8support to compile-in support for UTF-8 */
- #define UTF8support
+--- xc/programs/xterm/Imakefile.orig   2004-09-13 18:37:31.277489528 +0200
++++ xc/programs/xterm/Imakefile        2004-09-13 18:40:21.011686008 +0200
+@@ -18,6 +18,7 @@
+ #define UseUtempter
  
 +COLORS_256 = -DOPT_256_COLORS=1
  /*
   * Fixes to allow compile with X11R5
   */
-@@ -122,7 +123,7 @@
+@@ -124,7 +125,7 @@
      XKB_DEFINES = XkbClientDefines
     PATH_DEFINES = -DPROJECTROOT=$(PROJECTROOT)
-         DEFINES = $(XKB_DEFINES) $(TERMCAPDEFINES) $(FEATURE_DEFINES) $(SCROLLBAR_RIGHT) $(UTF8_OPTION) $(XRFDEF) $(PATH_DEFINES) $(TRACEDEF) $(XVERSIONDEFS) $(VENDORDEFINES)
+         DEFINES = $(XKB_DEFINES) $(TERMCAPDEFINES) $(FEATURE_DEFINES) $(SCROLLBAR_RIGHT) $(UTF8_OPTION) $(XRFDEF) $(PATH_DEFINES) $(TRACEDEF)
 -       INCLUDES = -I. -I/usr/include/ncurses $(XRFINCLUDES)
-+       INCLUDES = -I. -I/usr/include/ncurses $(COLORS_256) $(XRFINCLUDES)
++       INCLUDES = -I. -I/usr/include/ncurses $(XRFINCLUDES) $(COLORS_256)
  
  #ifdef OS2Architecture
          MAINSRC = os2main.c
This page took 0.061884 seconds and 4 git commands to generate.