Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7-0]: src/external/mit/xorg/lib/libX11 Pull up following revision...
details: https://anonhg.NetBSD.org/src/rev/cf5d8a7b4cb5
branches: netbsd-7-0
changeset: 801100:cf5d8a7b4cb5
user: snj <snj%NetBSD.org@localhost>
date: Sat Dec 26 22:20:03 2015 +0000
description:
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.
diffstat:
external/mit/xorg/lib/libX11/Makefile.libx11 | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r 76956512f417 -r cf5d8a7b4cb5 external/mit/xorg/lib/libX11/Makefile.libx11
--- a/external/mit/xorg/lib/libX11/Makefile.libx11 Sat Dec 26 22:15:34 2015 +0000
+++ b/external/mit/xorg/lib/libX11/Makefile.libx11 Sat Dec 26 22:20:03 2015 +0000
@@ -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 @@
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