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/181abbd1a5c4
branches: trunk
changeset: 787079:181abbd1a5c4
user: mrg <mrg%NetBSD.org@localhost>
date: Sat Jun 01 07:53:11 2013 +0000
description:
define HAVE__XEATDATAWORDS.
diffstat:
external/mit/xorg/lib/libXext/Makefile | 3 ++-
external/mit/xorg/lib/libXrandr/Makefile | 4 +++-
external/mit/xorg/lib/libXv/Makefile | 3 ++-
3 files changed, 7 insertions(+), 3 deletions(-)
diffs (52 lines):
diff -r e9074a1d48fe -r 181abbd1a5c4 external/mit/xorg/lib/libXext/Makefile
--- a/external/mit/xorg/lib/libXext/Makefile Fri May 31 23:50:51 2013 +0000
+++ b/external/mit/xorg/lib/libXext/Makefile Sat Jun 01 07:53:11 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2011/02/24 08:18:40 mrg Exp $
+# $NetBSD: Makefile,v 1.8 2013/06/01 07:53:11 mrg Exp $
.include <bsd.own.mk>
@@ -25,6 +25,7 @@
globals.c
CPPFLAGS+= ${X11FLAGS.THREADLIB}
+CPPFLAGS+= -DHAVE__XEATDATAWORDS
LIBDPLIBS= X11 ${.CURDIR}/../libX11/dynamic
diff -r e9074a1d48fe -r 181abbd1a5c4 external/mit/xorg/lib/libXrandr/Makefile
--- a/external/mit/xorg/lib/libXrandr/Makefile Fri May 31 23:50:51 2013 +0000
+++ b/external/mit/xorg/lib/libXrandr/Makefile Sat Jun 01 07:53:11 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2013/05/31 09:14:19 mrg Exp $
+# $NetBSD: Makefile,v 1.5 2013/06/01 08:03:26 mrg Exp $
.include <bsd.own.mk>
@@ -15,6 +15,8 @@
CPPFLAGS+= ${X11FLAGS.THREADLIB}
CPPFLAGS+= -I${DESTDIR}${X11INCDIR}/X11/extensions
+CPPFLAGS+= -DHAVE__XEATDATAWORDS
+
MAN= Xrandr.3
diff -r e9074a1d48fe -r 181abbd1a5c4 external/mit/xorg/lib/libXv/Makefile
--- a/external/mit/xorg/lib/libXv/Makefile Fri May 31 23:50:51 2013 +0000
+++ b/external/mit/xorg/lib/libXv/Makefile Sat Jun 01 07:53:11 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2008/10/04 18:46:20 cube Exp $
+# $NetBSD: Makefile,v 1.4 2013/06/01 08:03:26 mrg Exp $
.include <bsd.own.mk>
@@ -10,6 +10,7 @@
SRCS= Xv.c
CPPFLAGS+= ${X11FLAGS.THREADLIB}
+CPPFLAGS+= -DHAVE__XEATDATAWORDS
INCS= Xvlib.h
INCSDIR=${X11INCDIR}/X11/extensions
Home |
Main Index |
Thread Index |
Old Index