Module Name:    src
Committed By:   christos
Date:           Thu Aug 18 13:46:58 UTC 2016

Modified Files:
        src/external/mit/xorg/lib/libdrm_amdgpu: Makefile

Log Message:
elide stack protector warning.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/mit/xorg/lib/libdrm_amdgpu/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/libdrm_amdgpu/Makefile
diff -u src/external/mit/xorg/lib/libdrm_amdgpu/Makefile:1.1 src/external/mit/xorg/lib/libdrm_amdgpu/Makefile:1.2
--- src/external/mit/xorg/lib/libdrm_amdgpu/Makefile:1.1	Tue Aug 16 23:10:23 2016
+++ src/external/mit/xorg/lib/libdrm_amdgpu/Makefile	Thu Aug 18 09:46:58 2016
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 2016/08/17 03:10:23 mrg Exp $
+#      $NetBSD: Makefile,v 1.2 2016/08/18 13:46:58 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -24,6 +24,8 @@ LIBDPLIBS=	drm	${.CURDIR}/../libdrm
 PKGCONFIG=	libdrm_amdgpu
 PKGDIST=	drm
 
+COPTS.amdgpu_cs.c+= -Wno-stack-protector
+
 .include "../libdrm/Makefile.defines"
 
 .include <bsd.x11.mk>

Reply via email to