Module Name: src
Committed By: mrg
Date: Thu Aug 18 18:40:23 UTC 2016
Modified Files:
src/external/mit/xorg/server/xorg-server/hw/xfree86/common: Makefile
Log Message:
apply some more -Wno-error for the const char *name vs mode issue
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 \
src/external/mit/xorg/server/xorg-server/hw/xfree86/common/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/server/xorg-server/hw/xfree86/common/Makefile
diff -u src/external/mit/xorg/server/xorg-server/hw/xfree86/common/Makefile:1.23 src/external/mit/xorg/server/xorg-server/hw/xfree86/common/Makefile:1.24
--- src/external/mit/xorg/server/xorg-server/hw/xfree86/common/Makefile:1.23 Sun Aug 14 03:43:04 2016
+++ src/external/mit/xorg/server/xorg-server/hw/xfree86/common/Makefile Thu Aug 18 18:40:23 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2016/08/14 03:43:04 mrg Exp $
+# $NetBSD: Makefile,v 1.24 2016/08/18 18:40:23 mrg Exp $
.include <bsd.own.mk>
@@ -126,6 +126,7 @@ CPPFLAGS.xf86AutoConfig.c= -DPROJECTROOT
COPTS.xf86AutoConfig.c= -Wno-error
COPTS.xf86Config.c= -Wno-error
+COPTS.xf86Configure.c= -Wno-error
COPTS.xf86Cursor.c= -Wno-error
COPTS.xf86RandR.c= -Wno-error
COPTS.xf86Helper.c= -Wno-error