Module Name: src
Committed By: rillig
Date: Fri Apr 26 17:22:26 UTC 2024
Modified Files:
src/external/mit/xorg/lib/dri: Makefile
Log Message:
dri: disable lint
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/external/mit/xorg/lib/dri/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/dri/Makefile
diff -u src/external/mit/xorg/lib/dri/Makefile:1.40 src/external/mit/xorg/lib/dri/Makefile:1.41
--- src/external/mit/xorg/lib/dri/Makefile:1.40 Sun Apr 21 00:23:23 2024
+++ src/external/mit/xorg/lib/dri/Makefile Fri Apr 26 17:22:26 2024
@@ -1,7 +1,9 @@
-# $NetBSD: Makefile,v 1.40 2024/04/21 00:23:23 maya Exp $
+# $NetBSD: Makefile,v 1.41 2024/04/26 17:22:26 rillig Exp $
# Link the mesa_dri_drivers mega driver.
+NOLINT= # Lots of "Unsupported platform" due to undefined __GNUC__
+
.include <bsd.own.mk>
.include "../mesa-which.mk"