]> git.pld-linux.org Git - packages/XFree86.git/blob - XFree86-xterm-fix.patch
- added xterm-fix patch (fixes xterm build)
[packages/XFree86.git] / XFree86-xterm-fix.patch
1 --- XFree86-4.3.99.15/xc/programs/xterm/main.c.orig     2003-11-02 05:46:49.000000000 +0100
2 +++ XFree86-4.3.99.15/xc/programs/xterm/main.c  2003-11-02 19:40:46.740443336 +0100
3 @@ -2688,7 +2688,7 @@
4  
5      /* Noisy compilers */
6      (void) rc;
7 -#ifdef USE_SYSV_UTMP
8 +#if defined(USE_UTMP) && defined(USE_SYSV_UTMP)
9      (void) utret;
10  #endif
11  
This page took 0.02412 seconds and 3 git commands to generate.