Source-Changes-HG archive

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

[src/netbsd-8]: src/external/mit/xorg/lib/libX11/extensions Apply patch, requ...



details:   https://anonhg.NetBSD.org/src/rev/92e7f25bcc80
branches:  netbsd-8
changeset: 937192:92e7f25bcc80
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Aug 11 07:20:10 2020 +0000

description:
Apply patch, requested by maya in ticket #1582:

Do not install XKBgeom.h here, a (minimal different, but content wise
identical) version is already installed from external/mit/kbproto.

The solution applied to HEAD is too intrusive to be used for this branch.

diffstat:

 external/mit/xorg/lib/libX11/extensions/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r 775c9269132f -r 92e7f25bcc80 external/mit/xorg/lib/libX11/extensions/Makefile
--- a/external/mit/xorg/lib/libX11/extensions/Makefile  Sun Aug 09 14:18:56 2020 +0000
+++ b/external/mit/xorg/lib/libX11/extensions/Makefile  Tue Aug 11 07:20:10 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2.6.2 2020/08/05 14:16:41 martin Exp $
+# $NetBSD: Makefile,v 1.2.6.3 2020/08/11 07:20:10 martin Exp $
 
 NOPROG=        yes
 
-INCS=  XKBgeom.h
+INCS=  #XKBgeom.h
 INCSDIR=${X11INCDIR}/X11/extensions
 
 .include <bsd.x11.mk>



Home | Main Index | Thread Index | Old Index