Source-Changes-HG archive

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

[src/trunk]: src/external/mit/xorg/lib/xkeyboard-config transform @xkb_base@ ...



details:   https://anonhg.NetBSD.org/src/rev/f214224c0019
branches:  trunk
changeset: 941955:f214224c0019
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Nov 02 00:25:46 2020 +0000

description:
transform @xkb_base@ instead of __xkb_base__ now.

should fix build issues reported on -current.

diffstat:

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

diffs (18 lines):

diff -r d74ee809b600 -r f214224c0019 external/mit/xorg/lib/xkeyboard-config/Makefile
--- a/external/mit/xorg/lib/xkeyboard-config/Makefile   Sun Nov 01 23:17:40 2020 +0000
+++ b/external/mit/xorg/lib/xkeyboard-config/Makefile   Mon Nov 02 00:25:46 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.13 2019/03/11 06:25:55 mrg Exp $
+#      $NetBSD: Makefile,v 1.14 2020/11/02 00:25:46 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -12,7 +12,7 @@
 PKGCONFIG=     xkeyboard-config
 
 X11EXTRAMANTRANSFORMS+= \
-       __xkb_base__            ${X11LIBDIR}/xkb
+       @xkb_base@              ${X11LIBDIR}/xkb
 
 .include <bsd.x11.mk>
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index