Module Name:    src
Committed By:   mrg
Date:           Thu Jul 14 07:40:48 UTC 2022

Modified Files:
        src/external/mit/xorg/lib/libX11: Makefile.libx11

Log Message:
enable thread safety constructor.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/external/mit/xorg/lib/libX11/Makefile.libx11

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/Makefile.libx11
diff -u src/external/mit/xorg/lib/libX11/Makefile.libx11:1.23 src/external/mit/xorg/lib/libX11/Makefile.libx11:1.24
--- src/external/mit/xorg/lib/libX11/Makefile.libx11:1.23	Tue Jul 13 05:53:12 2021
+++ src/external/mit/xorg/lib/libX11/Makefile.libx11	Thu Jul 14 07:40:48 2022
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.libx11,v 1.23 2021/07/13 05:53:12 mrg Exp $
+#	$NetBSD: Makefile.libx11,v 1.24 2022/07/14 07:40:48 mrg Exp $
 
 LIB=	X11
 .PATH:	${X11SRCDIR.${LIB}}/src
@@ -406,6 +406,7 @@ CPPFLAGS+=	-DHAVE_STRCASECMP -DHAVE_STRL
 CPPFLAGS+=	-DHAVE_SYS_FILIO_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H
 CPPFLAGS+=	-DHAVE_REALLOCARRAY -D_OPENBSD_SOURCE
 CPPFLAGS+=	-DHAVE_STRCASECMP -DHAVE_STRLCPY -DHAVE___BUILTIN_POPCOUNTL
+CPPFLAGS+=	-DUSE_THREAD_SAFETY_CONSTRUCTOR
 
 CPPFLAGS+=	-DUSE_XCB
 SRCS+=	\

Reply via email to