Module Name:    src
Committed By:   christos
Date:           Mon Aug 25 11:48:01 UTC 2014

Modified Files:
        src/external/mit/xorg/lib/libX11: Makefile.libx11

Log Message:
change to no-deprecated-declarations


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/external/mit/xorg/lib/libX11/Makefile.libx11

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/libX11/Makefile.libx11
diff -u src/external/mit/xorg/lib/libX11/Makefile.libx11:1.13 src/external/mit/xorg/lib/libX11/Makefile.libx11:1.14
--- src/external/mit/xorg/lib/libX11/Makefile.libx11:1.13	Sat Jun 14 16:49:37 2014
+++ src/external/mit/xorg/lib/libX11/Makefile.libx11	Mon Aug 25 07:48:01 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.libx11,v 1.13 2014/06/14 20:49:37 mrg Exp $
+#	$NetBSD: Makefile.libx11,v 1.14 2014/08/25 11:48:01 christos Exp $
 
 LIB=	X11
 .PATH:	${X11SRCDIR.${LIB}}/src
@@ -461,7 +461,7 @@ COPTS.lcUTF8.c+=	-Wno-error
 COPTS.Font.c+=		-Wno-error	# XXX xf86bigfstr.h
 COPTS.OpenDis.c+=	-Wno-error	# XXX xf86bigfstr.h
 COPTS.XlibInt.c+=	-Wno-error	# XXX xcmiscstr.h
-COPTS.XKBBind.c+=	-Wno-error	# uses XKeycodeToKeysym
+COPTS.XKBBind.c+=	-Wno-deprecated-declarations	# uses XKeycodeToKeysym
 
 CWARNFLAGS.clang+=	-Wno-string-plus-int
 

Reply via email to