]> git.pld-linux.org Git - packages/XFree86.git/blame - 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
CommitLineData
2bb45ae5
JB
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
62f02f09 3@@ -50,6 +50,8 @@
e10fc0ec 4 UTMPLIB = -lutempter
5 #endif
30957dd7 6
7+COLORS_256 = -DOPT_256_COLORS=1
e10fc0ec 8+
30957dd7 9 /*
e10fc0ec 10 * Fixes to allow compile with X11R5, etc.
30957dd7 11 */
2bb45ae5 12@@ -214,7 +216,7 @@
62f02f09
JB
13 DEFINES = $(XKB_DEFINES) $(TERMCAPDEFINES) $(FEATURE_DEFINES) \
14 $(SCROLLBAR_RIGHT) $(UTF8_OPTION) $(XRFDEF) $(PATH_DEFINES) \
2bb45ae5
JB
15 $(XTERM_FEATURE_OPTIONS) $(PUTENVDEF) \
16- $(IMAKEDEFINES) $(TRACEDEF)
17+ $(IMAKEDEFINES) $(TRACEDEF) $(COLORS_256)
62f02f09 18 INCLUDES = $(OBSOLETE_INCLUDES) $(XRFINCLUDES) -I/usr/include/ncurses
30957dd7 19
20 #ifdef OS2Architecture
This page took 0.083125 seconds and 4 git commands to generate.