Module Name: src
Committed By: rillig
Date: Fri Apr 26 16:34:18 UTC 2024
Modified Files:
src/external/mit/xorg/lib/gallium: Makefile
Log Message:
gallium: disable lint
To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/external/mit/xorg/lib/gallium/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/gallium/Makefile
diff -u src/external/mit/xorg/lib/gallium/Makefile:1.53 src/external/mit/xorg/lib/gallium/Makefile:1.54
--- src/external/mit/xorg/lib/gallium/Makefile:1.53 Sat Nov 25 20:00:25 2023
+++ src/external/mit/xorg/lib/gallium/Makefile Fri Apr 26 16:34:17 2024
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.53 2023/11/25 20:00:25 rjs Exp $
+# $NetBSD: Makefile,v 1.54 2024/04/26 16:34:17 rillig Exp $
# Link the gallium mega driver.
LIBISMODULE= yes
LIBISCXX= yes
+NOLINT= # Lots of "Unsupported platform" due to undefined __GNUC__
+
.include <bsd.own.mk>
.include "../mesa-which.mk"