Module Name: src Committed By: mrg Date: Sat May 22 02:41:13 UTC 2010
Modified Files: src/external/mit/xorg/lib/libX11: Makefile.libx11 Log Message: add new sources and -Wno-error's for libX11 1.3.3. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 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.6 src/external/mit/xorg/lib/libX11/Makefile.libx11:1.7 --- src/external/mit/xorg/lib/libX11/Makefile.libx11:1.6 Tue Mar 10 16:36:07 2009 +++ src/external/mit/xorg/lib/libX11/Makefile.libx11 Sat May 22 02:41:13 2010 @@ -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"