Wed Jun 12 03:52:39 2013 UTC ()
Pull up following revision(s) (requested by mrg in ticket #901):
	external/mit/xorg/lib/libX11/Makefile.libx11: revision 1.11
hack for old gcc.


(msaitoh)
diff -r1.8 -r1.8.6.1 src/external/mit/xorg/lib/libX11/Makefile.libx11

cvs diff -r1.8 -r1.8.6.1 src/external/mit/xorg/lib/libX11/Makefile.libx11 (expand / switch to context diff)
--- src/external/mit/xorg/lib/libX11/Makefile.libx11 2011/02/23 07:53:29 1.8
+++ src/external/mit/xorg/lib/libX11/Makefile.libx11 2013/06/12 03:52:39 1.8.6.1
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.libx11,v 1.8 2011/02/23 07:53:29 mrg Exp $
+#	$NetBSD: Makefile.libx11,v 1.8.6.1 2013/06/12 03:52:39 msaitoh Exp $
 
 LIB=	X11
 .PATH:	${X11SRCDIR.${LIB}}/src
@@ -461,5 +461,9 @@
 COPTS.Font.c+=		-Wno-error	# XXX xf86bigfstr.h
 COPTS.OpenDis.c+=	-Wno-error	# XXX xf86bigfstr.h
 COPTS.XlibInt.c+=	-Wno-error	# XXX xcmiscstr.h
+.if ${HAVE_GCC} < 45
+COPTS.LiHosts.c+=	-Wno-error	# XXX: old gcc figures out that const
+					# cond because nHosts < max_hosts
+.endif
 
 .include "${NETBSDSRCDIR}/external/mit/xorg/tools/makekeys/Makefile.makekeys"