]> git.pld-linux.org Git - packages/X11.git/blame - X11-xterm-256colors.patch
- removed sparc64 from drivers not built there; propagated sparcv9
[packages/X11.git] / X11-xterm-256colors.patch
CommitLineData
756a6f4b
AM
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
aa35d5a8
AM
6
7+COLORS_256 = -DOPT_256_COLORS=1
8 /*
9 * Fixes to allow compile with X11R5
10 */
756a6f4b 11@@ -124,7 +125,7 @@
aa35d5a8
AM
12 XKB_DEFINES = XkbClientDefines
13 PATH_DEFINES = -DPROJECTROOT=$(PROJECTROOT)
756a6f4b 14 DEFINES = $(XKB_DEFINES) $(TERMCAPDEFINES) $(FEATURE_DEFINES) $(SCROLLBAR_RIGHT) $(UTF8_OPTION) $(XRFDEF) $(PATH_DEFINES) $(TRACEDEF)
aa35d5a8 15- INCLUDES = -I. -I/usr/include/ncurses $(XRFINCLUDES)
756a6f4b 16+ INCLUDES = -I. -I/usr/include/ncurses $(XRFINCLUDES) $(COLORS_256)
aa35d5a8
AM
17
18 #ifdef OS2Architecture
19 MAINSRC = os2main.c
This page took 0.106976 seconds and 4 git commands to generate.