fix copy'n paste error
[buildroot.git] / package / xorg / xorg-6.8.2-xterm.patch
blob2820b747e7d54c657dc28cbd5d084d2553967e7c
1 --- xc/programs/xterm/Imakefile.orig 2004-08-13 14:57:19.000000000 +0200
2 +++ xc/programs/xterm/Imakefile 2004-09-20 22:04:49.505263720 +0200
3 @@ -93,7 +93,7 @@
4 #endif
6 #ifdef UTF8support
7 - UTF8_OPTION = -DOPT_WIDE_CHARS -DOPT_LUIT_PROG
8 + UTF8_OPTION = -DOPT_WIDE_CHARS -DOPT_LUIT_PROG -DOPT_256_COLORS
9 UTF8SRC = charclass.c precompose.c wcwidth.c xutf8.c
10 UTF8OBJ = charclass.o precompose.o wcwidth.o xutf8.o
11 #endif