]> git.pld-linux.org Git - packages/XFree86.git/blob - XFree86-xterm-256colors.patch
- new spec syntax is so cool
[packages/XFree86.git] / XFree86-xterm-256colors.patch
1 diff -Nru xc.orig/programs/xterm/Imakefile xc/programs/xterm/Imakefile
2 --- xc.orig/programs/xterm/Imakefile    2003-12-23 13:08:25.000000000 +0100
3 +++ xc/programs/xterm/Imakefile 2003-12-23 13:10:13.000000000 +0100
4 @@ -16,6 +16,7 @@
5  /* Define UTF8support to compile-in support for UTF-8 */
6  #define UTF8support
7  
8 +COLORS_256 = -DOPT_256_COLORS=1
9  /*
10   * Fixes to allow compile with X11R5
11   */
12 @@ -122,7 +123,7 @@
13      XKB_DEFINES = XkbClientDefines
14     PATH_DEFINES = -DPROJECTROOT=$(PROJECTROOT)
15          DEFINES = $(XKB_DEFINES) $(TERMCAPDEFINES) $(FEATURE_DEFINES) $(SCROLLBAR_RIGHT) $(UTF8_OPTION) $(XRFDEF) $(PATH_DEFINES) $(TRACEDEF)
16 -       INCLUDES = -I. -I/usr/include/ncurses $(XRFINCLUDES)
17 +       INCLUDES = -I. -I/usr/include/ncurses $(COLORS_256) $(XRFINCLUDES)
18  
19  #ifdef OS2Architecture
20          MAINSRC = os2main.c
This page took 0.067264 seconds and 3 git commands to generate.