Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/mit/xorg/bin/xkbcomp Fix build with SSP enabled.



details:   https://anonhg.NetBSD.org/src/rev/02290a0538c5
branches:  trunk
changeset: 767781:02290a0538c5
user:      tron <tron%NetBSD.org@localhost>
date:      Sat Jul 30 11:18:23 2011 +0000

description:
Fix build with SSP enabled.

diffstat:

 external/mit/xorg/bin/xkbcomp/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r a87f89cc56c0 -r 02290a0538c5 external/mit/xorg/bin/xkbcomp/Makefile
--- a/external/mit/xorg/bin/xkbcomp/Makefile    Sat Jul 30 10:12:14 2011 +0000
+++ b/external/mit/xorg/bin/xkbcomp/Makefile    Sat Jul 30 11:18:23 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.7 2011/02/21 04:54:52 mrg Exp $
+#      $NetBSD: Makefile,v 1.8 2011/07/30 11:18:23 tron Exp $
 
 .include <bsd.own.mk>
 .include "Makefile.common"
@@ -13,6 +13,7 @@
 
 CPPFLAGS+=             -I${X11SRCDIR.${PROG}} -I${X11SRCDIR.${PROG}}/../include -DHAVE_CONFIG_H
 CPPFLAGS.geometry.c=   -Wno-error      # XXX
+COPTS.xkbscan.c+=      -Wno-stack-protector
 
 FILESDIR=${XKBROOTDIR}
 FILES= README



Home | Main Index | Thread Index | Old Index