Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6-0]: src/external/mit/xorg/lib/libX11 Pull up following revision...
details: https://anonhg.NetBSD.org/src/rev/bb723d134bb5
branches: netbsd-6-0
changeset: 774813:bb723d134bb5
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Wed Jun 12 04:05:36 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 49a15f9828f8 -r bb723d134bb5 external/mit/xorg/lib/libX11/Makefile.libx11
--- a/external/mit/xorg/lib/libX11/Makefile.libx11 Thu Jun 06 03:53:14 2013 +0000
+++ b/external/mit/xorg/lib/libX11/Makefile.libx11 Wed Jun 12 04:05:36 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.10.1 2013/06/12 04:05:36 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