Module Name:    src
Committed By:   mrg
Date:           Mon Nov  2 00:25:46 UTC 2020

Modified Files:
        src/external/mit/xorg/lib/xkeyboard-config: Makefile

Log Message:
transform @xkb_base@ instead of __xkb_base__ now.

should fix build issues reported on -current.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 \
    src/external/mit/xorg/lib/xkeyboard-config/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/xkeyboard-config/Makefile
diff -u src/external/mit/xorg/lib/xkeyboard-config/Makefile:1.13 src/external/mit/xorg/lib/xkeyboard-config/Makefile:1.14
--- src/external/mit/xorg/lib/xkeyboard-config/Makefile:1.13	Mon Mar 11 06:25:55 2019
+++ src/external/mit/xorg/lib/xkeyboard-config/Makefile	Mon Nov  2 00:25:46 2020
@@ -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 @@ NOOBJ=		# defined
 PKGCONFIG=	xkeyboard-config
 
 X11EXTRAMANTRANSFORMS+= \
-	__xkb_base__		${X11LIBDIR}/xkb
+	@xkb_base@		${X11LIBDIR}/xkb
 
 .include <bsd.x11.mk>
 .include <bsd.prog.mk>

Reply via email to