Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src/external/mit/xorg/lib/libX11 Pull up following revision(s...
details: https://anonhg.NetBSD.org/src/rev/5f6ddeb6764f
branches: netbsd-7
changeset: 799736:5f6ddeb6764f
user: snj <snj%NetBSD.org@localhost>
date: Sat Dec 26 22:18:57 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.
diffstat:
external/mit/xorg/lib/libX11/Makefile.libx11 | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r 62d17d77ea97 -r 5f6ddeb6764f external/mit/xorg/lib/libX11/Makefile.libx11
--- a/external/mit/xorg/lib/libX11/Makefile.libx11 Sat Dec 26 22:14:41 2015 +0000
+++ b/external/mit/xorg/lib/libX11/Makefile.libx11 Sat Dec 26 22:18:57 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.2.1 2015/12/26 22:18:57 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