]> git.pld-linux.org Git - packages/XFree86.git/blob - XFree86-xterm-256colors.patch
- 4.8.0 (probably the last XFree86 version ever, for comparison and archival reasons)
[packages/XFree86.git] / XFree86-xterm-256colors.patch
1 --- xc/programs/xterm/Imakefile.orig    2013-02-15 18:40:32.585207554 +0100
2 +++ xc/programs/xterm/Imakefile 2013-02-15 18:41:06.161872812 +0100
3 @@ -50,6 +50,8 @@
4          UTMPLIB = -lutempter
5  #endif
6  
7 +COLORS_256 = -DOPT_256_COLORS=1
8 +
9  /*
10   * Fixes to allow compile with X11R5, etc.
11   */
12 @@ -214,7 +216,7 @@
13          DEFINES = $(XKB_DEFINES) $(TERMCAPDEFINES) $(FEATURE_DEFINES) \
14                    $(SCROLLBAR_RIGHT) $(UTF8_OPTION) $(XRFDEF) $(PATH_DEFINES) \
15                    $(XTERM_FEATURE_OPTIONS) $(PUTENVDEF) \
16 -                  $(IMAKEDEFINES) $(TRACEDEF)
17 +                  $(IMAKEDEFINES) $(TRACEDEF) $(COLORS_256)
18         INCLUDES = $(OBSOLETE_INCLUDES) $(XRFINCLUDES) -I/usr/include/ncurses
19  
20  #ifdef OS2Architecture
This page took 0.080371 seconds and 3 git commands to generate.