Source-Changes-HG archive

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

[src/netbsd-6-1]: src/external/mit/xorg/lib/libX11 Pull up following revision...



details:   https://anonhg.NetBSD.org/src/rev/515f5b83f829
branches:  netbsd-6-1
changeset: 775798:515f5b83f829
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Wed Jun 12 04:28:30 2013 +0000

description:
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.

diffstat:

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

diffs (19 lines):

diff -r f3bd026d03a4 -r 515f5b83f829 external/mit/xorg/lib/libX11/Makefile.libx11
--- a/external/mit/xorg/lib/libX11/Makefile.libx11      Thu Jun 06 03:53:40 2013 +0000
+++ b/external/mit/xorg/lib/libX11/Makefile.libx11      Wed Jun 12 04:28:30 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.libx11,v 1.8 2011/02/23 07:53:29 mrg Exp $
+#      $NetBSD: Makefile.libx11,v 1.8.12.1 2013/06/12 04:28:30 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"



Home | Main Index | Thread Index | Old Index