Module Name:    src
Committed By:   martin
Date:           Tue Aug 11 07:20:10 UTC 2020

Modified Files:
        src/external/mit/xorg/lib/libX11/extensions [netbsd-8]: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.2.6.2 -r1.2.6.3 \
    src/external/mit/xorg/lib/libX11/extensions/Makefile

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/extensions/Makefile
diff -u src/external/mit/xorg/lib/libX11/extensions/Makefile:1.2.6.2 src/external/mit/xorg/lib/libX11/extensions/Makefile:1.2.6.3
--- src/external/mit/xorg/lib/libX11/extensions/Makefile:1.2.6.2	Wed Aug  5 14:16:41 2020
+++ src/external/mit/xorg/lib/libX11/extensions/Makefile	Tue Aug 11 07:20:10 2020
@@ -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>

Reply via email to