Module Name: src
Committed By: christos
Date: Fri Sep 1 14:38:24 UTC 2017
Modified Files:
src/external/mit/xorg/server/drivers/xf86-video-openchrome: Makefile
Log Message:
more no-error-ssp
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 \
src/external/mit/xorg/server/drivers/xf86-video-openchrome/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/drivers/xf86-video-openchrome/Makefile
diff -u src/external/mit/xorg/server/drivers/xf86-video-openchrome/Makefile:1.11 src/external/mit/xorg/server/drivers/xf86-video-openchrome/Makefile:1.12
--- src/external/mit/xorg/server/drivers/xf86-video-openchrome/Makefile:1.11 Tue Aug 29 00:58:38 2017
+++ src/external/mit/xorg/server/drivers/xf86-video-openchrome/Makefile Fri Sep 1 10:38:23 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2017/08/29 04:58:38 mrg Exp $
+# $NetBSD: Makefile,v 1.12 2017/09/01 14:38:23 christos Exp $
DRIVER= xf86-video-openchrome
DRIVER_NAME= openchrome_drv
@@ -45,6 +45,7 @@ CPPFLAGS+= -DHAVE_CONFIG_H -I${X11SRCDIR
# XXX
COPTS.via_dri.c+= -Wno-error
+COPTS.via_display.c+= -Wno-error=stack-protector
.if ${HAVE_GCC:U0} > 48
COPTS.via_driver.c+= ${${ACTIVE_CC} == "gcc":? -Wno-error=discarded-qualifiers :}
COPTS.via_lvds.c+= ${${ACTIVE_CC} == "gcc":? -Wno-error=discarded-qualifiers :}