]> git.pld-linux.org Git - packages/X11.git/commitdiff
- updated
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 22 Dec 2005 09:22:11 +0000 (09:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    X11-xterm-256colors.patch -> 1.3

X11-xterm-256colors.patch

index 5f34aad332ea7ff8263a3899b9d10657f9a9b7b2..a4badabd33b7f8a51d13a454bfbec76714153cf3 100644 (file)
@@ -1,19 +1,22 @@
 --- xc/programs/xterm/Imakefile.orig   2004-09-13 18:37:31.277489528 +0200
 +++ xc/programs/xterm/Imakefile        2004-09-13 18:40:21.011686008 +0200
-@@ -18,6 +18,7 @@
- #define UseUtempter
+@@ -25,6 +25,9 @@
+         UTMPLIB = -lutempter
+ #endif
  
++#define UseUtempter
++
 +COLORS_256 = -DOPT_256_COLORS=1
  /*
-  * Fixes to allow compile with X11R5
+  * setgid mode works for systems that do not require setuid to open pty.
   */
-@@ -124,7 +125,7 @@
+@@ -158,7 +161,7 @@
      XKB_DEFINES = XkbClientDefines
     PATH_DEFINES = -DPROJECTROOT=$(PROJECTROOT)
-         DEFINES = $(XKB_DEFINES) $(TERMCAPDEFINES) $(FEATURE_DEFINES) $(SCROLLBAR_RIGHT) $(UTF8_OPTION) $(XRFDEF) $(PATH_DEFINES) $(TRACEDEF)
+         DEFINES = $(XKB_DEFINES) $(TERMCAPDEFINES) $(FEATURE_DEFINES) $(SCROLLBAR_RIGHT) $(UTF8_OPTION) $(XRFDEF) $(PATH_DEFINES) $(PUTENVDEF) $(IMAKEDEFINES) $(TRACEDEF)
 -       INCLUDES = -I. -I/usr/include/ncurses $(XRFINCLUDES)
 +       INCLUDES = -I. -I/usr/include/ncurses $(XRFINCLUDES) $(COLORS_256)
  
  #ifdef OS2Architecture
          MAINSRC = os2main.c
+
This page took 0.039103 seconds and 4 git commands to generate.