Module Name:    src
Committed By:   mrg
Date:           Thu Jul  4 08:27:05 UTC 2024

Modified Files:
        src/external/mit/xorg/bin/xkbcomp: Makefile

Log Message:
define HAVE_ASPRINTF.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/external/mit/xorg/bin/xkbcomp/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/bin/xkbcomp/Makefile
diff -u src/external/mit/xorg/bin/xkbcomp/Makefile:1.11 src/external/mit/xorg/bin/xkbcomp/Makefile:1.12
--- src/external/mit/xorg/bin/xkbcomp/Makefile:1.11	Mon Apr 20 13:04:10 2020
+++ src/external/mit/xorg/bin/xkbcomp/Makefile	Thu Jul  4 08:27:04 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.11 2020/04/20 13:04:10 joerg Exp $
+#	$NetBSD: Makefile,v 1.12 2024/07/04 08:27:04 mrg Exp $
 
 .include <bsd.own.mk>
 .include "Makefile.common"
@@ -13,6 +13,7 @@ CPPFLAGS.xkbpath.c=	-DDFLT_XKB_CONFIG_RO
 
 CPPFLAGS+=		-I${X11SRCDIR.${PROG}}
 CPPFLAGS+=		-DHAVE_STRDUP -DHAVE_STRCASECMP
+CPPFLAGS+=		-DHAVE_ASPRINTF
 CPPFLAGS.geometry.c=	-Wno-error	# XXX
 COPTS.xkbscan.c+=	-Wno-stack-protector
 

Reply via email to