]> git.pld-linux.org Git - packages/XFree86.git/commitdiff
- fix xterm build - too weak define check
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 2 Nov 2003 18:38:32 +0000 (18:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    XFree86-xterm-fix.patch -> 1.1

XFree86-xterm-fix.patch [new file with mode: 0644]

diff --git a/XFree86-xterm-fix.patch b/XFree86-xterm-fix.patch
new file mode 100644 (file)
index 0000000..1a61285
--- /dev/null
@@ -0,0 +1,11 @@
+--- XFree86-4.3.99.15/xc/programs/xterm/main.c.orig    2003-11-02 05:46:49.000000000 +0100
++++ XFree86-4.3.99.15/xc/programs/xterm/main.c 2003-11-02 19:40:46.740443336 +0100
+@@ -2688,7 +2688,7 @@
+     /* Noisy compilers */
+     (void) rc;
+-#ifdef USE_SYSV_UTMP
++#if defined(USE_UTMP) && defined(USE_SYSV_UTMP)
+     (void) utret;
+ #endif
This page took 0.033646 seconds and 4 git commands to generate.