Module Name: src
Committed By: joerg
Date: Mon Jan 5 20:06:06 UTC 2015
Modified Files:
src/external/mit/xorg/lib/gallium: Makefile
Log Message:
Don't bail out on the broken inline functions that use static variables.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.5 src/external/mit/xorg/lib/gallium/Makefile:1.6
--- src/external/mit/xorg/lib/gallium/Makefile:1.5 Mon Jan 5 18:51:10 2015
+++ src/external/mit/xorg/lib/gallium/Makefile Mon Jan 5 20:06:06 2015
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2015/01/05 18:51:10 gson Exp $
+# $NetBSD: Makefile,v 1.6 2015/01/05 20:06:06 joerg Exp $
# Link the gallium mega driver.
@@ -468,7 +468,8 @@ CWARNFLAGS.clang+= -Wno-error=constant-c
-Wno-error=pointer-sign \
-Wno-error=switch \
-Wno-error=absolute-value \
- -Wno-error=tautological-compare
+ -Wno-error=tautological-compare \
+ -Wno-error=static-in-inline
.include <bsd.x11.mk>
LIBDIR= ${X11USRLIBDIR}/modules/dri