Module Name: src
Committed By: mrg
Date: Fri May 31 09:33:18 UTC 2013
Modified Files:
src/external/mit/xorg/lib/libXres: Makefile
src/external/mit/xorg/lib/libXtst: Makefile
src/external/mit/xorg/lib/libXxf86dga: Makefile
src/external/mit/xorg/lib/libXxf86vm: Makefile
Log Message:
define HAVE__XEATDATAWORDS.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/mit/xorg/lib/libXres/Makefile
cvs rdiff -u -r1.4 -r1.5 src/external/mit/xorg/lib/libXtst/Makefile
cvs rdiff -u -r1.4 -r1.5 src/external/mit/xorg/lib/libXxf86dga/Makefile
cvs rdiff -u -r1.5 -r1.6 src/external/mit/xorg/lib/libXxf86vm/Makefile
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/libXres/Makefile
diff -u src/external/mit/xorg/lib/libXres/Makefile:1.7 src/external/mit/xorg/lib/libXres/Makefile:1.8
--- src/external/mit/xorg/lib/libXres/Makefile:1.7 Thu Nov 6 22:28:26 2008
+++ src/external/mit/xorg/lib/libXres/Makefile Fri May 31 09:33:17 2013
@@ -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 @@ XRESDIR= ${X11SRCDIR.Xres}
.PATH: ${XRESDIR}/include/X11/extensions
SRCS= XRes.c
+CPPFLAGS+= -DHAVE__XEATDATAWORDS
+
INCS= XRes.h
INCSDIR=${X11INCDIR}/X11/extensions
Index: src/external/mit/xorg/lib/libXtst/Makefile
diff -u src/external/mit/xorg/lib/libXtst/Makefile:1.4 src/external/mit/xorg/lib/libXtst/Makefile:1.5
--- src/external/mit/xorg/lib/libXtst/Makefile:1.4 Sat May 22 02:41:33 2010
+++ src/external/mit/xorg/lib/libXtst/Makefile Fri May 31 09:33:17 2013
@@ -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 @@ LIB= Xtst
SRCS= XTest.c XRecord.c
+CPPFLAGS+= -DHAVE__XEATDATAWORDS
+
CPPFLAGS+= ${X11FLAGS.THREADLIB}
LIBDPLIBS=\
Index: src/external/mit/xorg/lib/libXxf86dga/Makefile
diff -u src/external/mit/xorg/lib/libXxf86dga/Makefile:1.4 src/external/mit/xorg/lib/libXxf86dga/Makefile:1.5
--- src/external/mit/xorg/lib/libXxf86dga/Makefile:1.4 Sat May 22 02:27:08 2010
+++ src/external/mit/xorg/lib/libXxf86dga/Makefile Fri May 31 09:33:17 2013
@@ -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 @@ MLINKS= XDGA.3 XF86DGA.3 \
XDGA.3 XDGASetViewport.3 \
XDGA.3 XDGASync.3
+CPPFLAGS+= -DHAVE__XEATDATAWORDS
CPPFLAGS+= ${X11FLAGS.THREADLIB}
# XXX
Index: src/external/mit/xorg/lib/libXxf86vm/Makefile
diff -u src/external/mit/xorg/lib/libXxf86vm/Makefile:1.5 src/external/mit/xorg/lib/libXxf86vm/Makefile:1.6
--- src/external/mit/xorg/lib/libXxf86vm/Makefile:1.5 Sat May 22 02:27:08 2010
+++ src/external/mit/xorg/lib/libXxf86vm/Makefile Fri May 31 09:33:18 2013
@@ -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 @@ LIB= Xxf86vm
.PATH: ${X11SRCDIR.${LIB}}/include/X11/extensions
SRCS= XF86VMode.c
+
+CPPFLAGS+= -DHAVE__XEATDATAWORDS
+
MAN= XF86VM.3
MLINKS= XF86VM.3 XF86VidModeQueryExtension.3 \
XF86VM.3 XF86VidModeQueryVersion.3 \