]> git.pld-linux.org Git - packages/X11.git/blob - X11-xterm-256colors.patch
- canonicalize address
[packages/X11.git] / X11-xterm-256colors.patch
1 --- xc/programs/xterm/Imakefile.orig    2004-09-13 18:37:31.277489528 +0200
2 +++ xc/programs/xterm/Imakefile 2004-09-13 18:40:21.011686008 +0200
3 @@ -18,6 +18,7 @@
4  
5  #define UseUtempter
6  
7 +COLORS_256 = -DOPT_256_COLORS=1
8  /*
9   * Fixes to allow compile with X11R5
10   */
11 @@ -124,7 +125,7 @@
12      XKB_DEFINES = XkbClientDefines
13     PATH_DEFINES = -DPROJECTROOT=$(PROJECTROOT)
14          DEFINES = $(XKB_DEFINES) $(TERMCAPDEFINES) $(FEATURE_DEFINES) $(SCROLLBAR_RIGHT) $(UTF8_OPTION) $(XRFDEF) $(PATH_DEFINES) $(TRACEDEF)
15 -       INCLUDES = -I. -I/usr/include/ncurses $(XRFINCLUDES)
16 +       INCLUDES = -I. -I/usr/include/ncurses $(XRFINCLUDES) $(COLORS_256)
17  
18  #ifdef OS2Architecture
19          MAINSRC = os2main.c
This page took 0.05816 seconds and 3 git commands to generate.