]> git.pld-linux.org Git - packages/XFree86.git/blobdiff - XFree86-xterm-256colors.patch
- XFree86-4.6.0
[packages/XFree86.git] / XFree86-xterm-256colors.patch
index 4b84cfebd83f4b01311090a7a97a8d65f297980a..845151a988a13e5bbd6045303ea41e3bb3bf9704 100644 (file)
@@ -1,18 +1,18 @@
-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   2006-06-11 03:49:18.234381592 +0200
++++ xc/programs/xterm/Imakefile        2006-06-11 03:52:43.109235880 +0200
+@@ -46,6 +46,8 @@
+         UTMPLIB = -lutempter
+ #endif
  
 +COLORS_256 = -DOPT_256_COLORS=1
++
  /*
-  * Fixes to allow compile with X11R5
+  * Fixes to allow compile with X11R5, etc.
   */
-@@ -122,7 +123,7 @@
+@@ -185,7 +187,7 @@
      XKB_DEFINES = XkbClientDefines
     PATH_DEFINES = -DPROJECTROOT=$(PROJECTROOT)
-         DEFINES = $(XKB_DEFINES) $(TERMCAPDEFINES) $(FEATURE_DEFINES) $(SCROLLBAR_RIGHT) $(UTF8_OPTION) $(XRFDEF) $(PATH_DEFINES) $(TRACEDEF)
+         DEFINES = $(XKB_DEFINES) $(TERMCAPDEFINES) $(FEATURE_DEFINES) $(SCROLLBAR_RIGHT) $(UTF8_OPTION) $(XRFDEF) $(PATH_DEFINES) $(PUTENVDEF) $(IMAKEDEFINES) $(TRACEDEF)
 -       INCLUDES = -I. -I/usr/include/ncurses $(XRFINCLUDES)
 +       INCLUDES = -I. -I/usr/include/ncurses $(COLORS_256) $(XRFINCLUDES)
  
This page took 0.032294 seconds and 4 git commands to generate.