Module Name: src
Committed By: snj
Date: Sat Dec 26 22:20:03 UTC 2015
Modified Files:
src/external/mit/xorg/lib/libX11 [netbsd-7-0]: Makefile.libx11
Log Message:
Pull up following revision(s) (requested by tsutsui in ticket #1052):
external/mit/xorg/lib/libX11/Makefile.libx11: revision 1.17
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.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.13.4.1 \
src/external/mit/xorg/lib/libX11/Makefile.libx11
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/mit/xorg/lib/libX11/Makefile.libx11
diff -u src/external/mit/xorg/lib/libX11/Makefile.libx11:1.13 src/external/mit/xorg/lib/libX11/Makefile.libx11:1.13.4.1
--- src/external/mit/xorg/lib/libX11/Makefile.libx11:1.13 Sat Jun 14 20:49:37 2014
+++ src/external/mit/xorg/lib/libX11/Makefile.libx11 Sat Dec 26 22:20:03 2015
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.libx11,v 1.13 2014/06/14 20:49:37 mrg Exp $
+# $NetBSD: Makefile.libx11,v 1.13.4.1 2015/12/26 22:20:03 snj Exp $
LIB= X11
.PATH: ${X11SRCDIR.${LIB}}/src
@@ -265,8 +265,9 @@ SRCS= \
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 \