Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/mit/xorg/lib/libX11 Disable UIThrStubs.c, which is ...



details:   https://anonhg.NetBSD.org/src/rev/d0be1ef1ff0c
branches:  trunk
changeset: 811899:d0be1ef1ff0c
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Nov 21 11:15:31 2015 +0000

description:
Disable UIThrStubs.c, which is unnecessary on NetBSD.

This fixes xterm startup failure on NetBSD/m68k 7.0.
See PR/50386 for details.

Should be pulled up to netbsd-7 and netbsd-7-0.

diffstat:

 external/mit/xorg/lib/libX11/Makefile.libx11 |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r c96e3f8278b7 -r d0be1ef1ff0c external/mit/xorg/lib/libX11/Makefile.libx11
--- a/external/mit/xorg/lib/libX11/Makefile.libx11      Sat Nov 21 10:57:32 2015 +0000
+++ b/external/mit/xorg/lib/libX11/Makefile.libx11      Sat Nov 21 11:15:31 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.libx11,v 1.16 2015/11/03 10:26:06 szptvlfn Exp $
+#      $NetBSD: Makefile.libx11,v 1.17 2015/11/21 11:15:31 tsutsui Exp $
 
 LIB=   X11
 .PATH: ${X11SRCDIR.${LIB}}/src
@@ -265,8 +265,9 @@
        XlibInt.c \
        Xrm.c
 
-SRCS+= \
-       UIThrStubs.c 
+# We have own pthread stubs in src/lib/libc/thread-stub. See PR/50386.
+#SRCS+=        \
+#      UIThrStubs.c 
 
 SRCS+= \
        AddDIC.c \



Home | Main Index | Thread Index | Old Index