Module Name:    src
Committed By:   christos
Date:           Wed Aug 31 14:29:13 UTC 2016

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

Log Message:
no stack protector for evbarm


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/mit/xorg/lib/libxshmfence/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/libxshmfence/Makefile
diff -u src/external/mit/xorg/lib/libxshmfence/Makefile:1.3 src/external/mit/xorg/lib/libxshmfence/Makefile:1.4
--- src/external/mit/xorg/lib/libxshmfence/Makefile:1.3	Thu Aug 18 14:11:03 2016
+++ src/external/mit/xorg/lib/libxshmfence/Makefile	Wed Aug 31 10:29:13 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.3 2016/08/18 18:11:03 mrg Exp $
+#	$NetBSD: Makefile,v 1.4 2016/08/31 14:29:13 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -23,5 +23,7 @@ NOMAN=	# defined
 
 PKGDIST=	${LIB}
 
+COPTS.xshmfence_semaphore.c += -Wno-stack-protector
+
 .include <bsd.x11.mk>
 .include <bsd.lib.mk>

Reply via email to