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 add new sources and -Wno-error'...



details:   https://anonhg.NetBSD.org/src/rev/08083fc8dd05
branches:  trunk
changeset: 755066:08083fc8dd05
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat May 22 02:41:13 2010 +0000

description:
add new sources and -Wno-error's for libX11 1.3.3.

diffstat:

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

diffs (34 lines):

diff -r 9cad4819bb17 -r 08083fc8dd05 external/mit/xorg/lib/libX11/Makefile.libx11
--- a/external/mit/xorg/lib/libX11/Makefile.libx11      Sat May 22 02:40:55 2010 +0000
+++ b/external/mit/xorg/lib/libX11/Makefile.libx11      Sat May 22 02:41:13 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.libx11,v 1.6 2009/03/10 16:36:07 mrg Exp $
+#      $NetBSD: Makefile.libx11,v 1.7 2010/05/22 02:41:13 mrg Exp $
 
 LIB=   X11
 .PATH: ${X11SRCDIR.${LIB}}/src
@@ -87,6 +87,7 @@
        FreeCols.c \
        FreeCurs.c \
        FreeEData.c \
+       FreeEventData.c \
        FreeGC.c \
        FreePix.c \
        FSSaver.c \
@@ -96,6 +97,7 @@
        GetAtomNm.c \
        GetColor.c \
        GetDflt.c \
+       GetEventData.c \
        GetFPath.c \
        GetFProp.c \
        GetGCVals.c \
@@ -446,5 +448,8 @@
 
 COPTS.StBytes.c+=      -Wno-error
 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
 
 .include "${NETBSDSRCDIR}/external/mit/xorg/tools/makekeys/Makefile.makekeys"



Home | Main Index | Thread Index | Old Index