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 define HAVE__XEATDATAWORDS.



details:   https://anonhg.NetBSD.org/src/rev/e89f678d21c5
branches:  trunk
changeset: 787062:e89f678d21c5
user:      mrg <mrg%NetBSD.org@localhost>
date:      Fri May 31 09:33:17 2013 +0000

description:
define HAVE__XEATDATAWORDS.

diffstat:

 external/mit/xorg/lib/libXres/Makefile     |  4 +++-
 external/mit/xorg/lib/libXtst/Makefile     |  4 +++-
 external/mit/xorg/lib/libXxf86dga/Makefile |  3 ++-
 external/mit/xorg/lib/libXxf86vm/Makefile  |  5 ++++-
 4 files changed, 12 insertions(+), 4 deletions(-)

diffs (72 lines):

diff -r 9a356d9a6ffb -r e89f678d21c5 external/mit/xorg/lib/libXres/Makefile
--- a/external/mit/xorg/lib/libXres/Makefile    Fri May 31 09:14:18 2013 +0000
+++ b/external/mit/xorg/lib/libXres/Makefile    Fri May 31 09:33:17 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.7 2008/11/06 22:28:26 veego Exp $
+#      $NetBSD: Makefile,v 1.8 2013/05/31 09:33:17 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -10,6 +10,8 @@
 .PATH:         ${XRESDIR}/include/X11/extensions
 SRCS=          XRes.c
 
+CPPFLAGS+=     -DHAVE__XEATDATAWORDS
+
 INCS=  XRes.h
 INCSDIR=${X11INCDIR}/X11/extensions
 
diff -r 9a356d9a6ffb -r e89f678d21c5 external/mit/xorg/lib/libXtst/Makefile
--- a/external/mit/xorg/lib/libXtst/Makefile    Fri May 31 09:14:18 2013 +0000
+++ b/external/mit/xorg/lib/libXtst/Makefile    Fri May 31 09:33:17 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4 2010/05/22 02:41:33 mrg Exp $
+#      $NetBSD: Makefile,v 1.5 2013/05/31 09:33:17 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -9,6 +9,8 @@
 
 SRCS=  XTest.c XRecord.c
 
+CPPFLAGS+=     -DHAVE__XEATDATAWORDS
+
 CPPFLAGS+=     ${X11FLAGS.THREADLIB}
 
 LIBDPLIBS=\
diff -r 9a356d9a6ffb -r e89f678d21c5 external/mit/xorg/lib/libXxf86dga/Makefile
--- a/external/mit/xorg/lib/libXxf86dga/Makefile        Fri May 31 09:14:18 2013 +0000
+++ b/external/mit/xorg/lib/libXxf86dga/Makefile        Fri May 31 09:33:17 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4 2010/05/22 02:27:08 mrg Exp $
+#      $NetBSD: Makefile,v 1.5 2013/05/31 09:33:17 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -31,6 +31,7 @@
        XDGA.3 XDGASetViewport.3 \
        XDGA.3 XDGASync.3
 
+CPPFLAGS+=     -DHAVE__XEATDATAWORDS
 CPPFLAGS+=     ${X11FLAGS.THREADLIB}
 
 # XXX
diff -r 9a356d9a6ffb -r e89f678d21c5 external/mit/xorg/lib/libXxf86vm/Makefile
--- a/external/mit/xorg/lib/libXxf86vm/Makefile Fri May 31 09:14:18 2013 +0000
+++ b/external/mit/xorg/lib/libXxf86vm/Makefile Fri May 31 09:33:17 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.5 2010/05/22 02:27:08 mrg Exp $
+#      $NetBSD: Makefile,v 1.6 2013/05/31 09:33:18 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -8,6 +8,9 @@
 .PATH: ${X11SRCDIR.${LIB}}/include/X11/extensions
 
 SRCS=  XF86VMode.c
+
+CPPFLAGS+=     -DHAVE__XEATDATAWORDS
+
 MAN=   XF86VM.3
 MLINKS=        XF86VM.3 XF86VidModeQueryExtension.3 \
        XF86VM.3 XF86VidModeQueryVersion.3 \



Home | Main Index | Thread Index | Old Index