Module Name: src
Committed By: tron
Date: Tue Apr 3 08:18:11 UTC 2018
Modified Files:
src/external/mit/xorg/lib/libxcb/dri3: Makefile
Log Message:
Fix build with "USE_SSP=yes".
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/mit/xorg/lib/libxcb/dri3/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/libxcb/dri3/Makefile
diff -u src/external/mit/xorg/lib/libxcb/dri3/Makefile:1.1 src/external/mit/xorg/lib/libxcb/dri3/Makefile:1.2
--- src/external/mit/xorg/lib/libxcb/dri3/Makefile:1.1 Mon Mar 17 07:25:34 2014
+++ src/external/mit/xorg/lib/libxcb/dri3/Makefile Tue Apr 3 08:18:11 2018
@@ -1,5 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2014/03/17 07:25:34 mrg Exp $
+# $NetBSD: Makefile,v 1.2 2018/04/03 08:18:11 tron Exp $
XCBEXT= dri3
+COPTS.dri3.c += -Wno-stack-protector
+
.include "../xcb.mk"