Module Name: src
Committed By: christos
Date: Sun Jan 22 14:35:10 UTC 2023
Modified Files:
src/external/mit/xorg/lib/fontconfig/src: Makefile
Log Message:
Disable MT for lint since we don't have stdatomic.h
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/external/mit/xorg/lib/fontconfig/src/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/fontconfig/src/Makefile
diff -u src/external/mit/xorg/lib/fontconfig/src/Makefile:1.26 src/external/mit/xorg/lib/fontconfig/src/Makefile:1.27
--- src/external/mit/xorg/lib/fontconfig/src/Makefile:1.26 Thu Jan 19 01:29:10 2023
+++ src/external/mit/xorg/lib/fontconfig/src/Makefile Sun Jan 22 09:35:10 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2023/01/19 06:29:10 mrg Exp $
+# $NetBSD: Makefile,v 1.27 2023/01/22 14:35:10 christos Exp $
.include <bsd.own.mk>
@@ -322,6 +322,8 @@ COPTS.fcpat.c+= ${${ACTIVE_CC} == "clang
COPTS.fcstr.c+= ${${ACTIVE_CC} == "clang":? -Wa,-Av8plus :}
.endif
+LINTFLAGS+=-DFC_NO_MT
+
LIBUUID_DIST= ${NETBSDSRCDIR}/external/bsd/libuuid_ul/lib/libuuid_ul
.include "${LIBUUID_DIST}/srcs.mk"
.include "${LIBUUID_DIST}/libuuid_ul-rename.mk"