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/fontconfig/src Disable MT for lint sin...
details: https://anonhg.NetBSD.org/src/rev/274704326e10
branches: trunk
changeset: 373159:274704326e10
user: christos <christos%NetBSD.org@localhost>
date: Sun Jan 22 14:35:10 2023 +0000
description:
Disable MT for lint since we don't have stdatomic.h
diffstat:
external/mit/xorg/lib/fontconfig/src/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 5b93d4177b7b -r 274704326e10 external/mit/xorg/lib/fontconfig/src/Makefile
--- a/external/mit/xorg/lib/fontconfig/src/Makefile Sun Jan 22 13:38:48 2023 +0000
+++ b/external/mit/xorg/lib/fontconfig/src/Makefile Sun Jan 22 14:35:10 2023 +0000
@@ -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.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"
Home |
Main Index |
Thread Index |
Old Index