]> git.pld-linux.org Git - packages/X11.git/blob - X11-xterm-256colors.patch
- obsolete xorg-x11-xfs, xorg-x11-libs-data
[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 @@ -25,6 +25,9 @@
4          UTMPLIB = -lutempter
5  #endif
6  
7 +#define UseUtempter
8 +
9 +COLORS_256 = -DOPT_256_COLORS=1
10  /*
11   * setgid mode works for systems that do not require setuid to open pty.
12   */
13 @@ -158,7 +161,7 @@
14      XKB_DEFINES = XkbClientDefines
15     PATH_DEFINES = -DPROJECTROOT=$(PROJECTROOT)
16          DEFINES = $(XKB_DEFINES) $(TERMCAPDEFINES) $(FEATURE_DEFINES) $(SCROLLBAR_RIGHT) $(UTF8_OPTION) $(XRFDEF) $(PATH_DEFINES) $(PUTENVDEF) $(IMAKEDEFINES) $(TRACEDEF)
17 -       INCLUDES = -I. -I/usr/include/ncurses $(XRFINCLUDES)
18 +       INCLUDES = -I. -I/usr/include/ncurses $(XRFINCLUDES) $(COLORS_256)
19  
20  #ifdef OS2Architecture
21          MAINSRC = os2main.c
22
This page took 0.030543 seconds and 3 git commands to generate.