Source-Changes-HG archive

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

[src/trunk]: src/external/mit/xorg/lib/libX11 change to no-deprecated-declara...



details:   https://anonhg.NetBSD.org/src/rev/8f409acf6821
branches:  trunk
changeset: 331814:8f409acf6821
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Aug 25 11:48:01 2014 +0000

description:
change to no-deprecated-declarations

diffstat:

 external/mit/xorg/lib/libX11/Makefile.libx11 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2be884618968 -r 8f409acf6821 external/mit/xorg/lib/libX11/Makefile.libx11
--- a/external/mit/xorg/lib/libX11/Makefile.libx11      Mon Aug 25 10:52:10 2014 +0000
+++ b/external/mit/xorg/lib/libX11/Makefile.libx11      Mon Aug 25 11:48:01 2014 +0000
@@ -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.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
 



Home | Main Index | Thread Index | Old Index