Module Name:    src
Committed By:   mrg
Date:           Fri May 31 00:47:53 UTC 2013

Modified Files:
        src/external/mit/xorg/lib/libXfixes: Makefile

Log Message:
need to define HAVE__XEATDATAWORDS.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/mit/xorg/lib/libXfixes/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/libXfixes/Makefile
diff -u src/external/mit/xorg/lib/libXfixes/Makefile:1.4 src/external/mit/xorg/lib/libXfixes/Makefile:1.5
--- src/external/mit/xorg/lib/libXfixes/Makefile:1.4	Thu Nov  6 22:28:25 2008
+++ src/external/mit/xorg/lib/libXfixes/Makefile	Fri May 31 00:47:53 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.4 2008/11/06 22:28:25 veego Exp $
+#	$NetBSD: Makefile,v 1.5 2013/05/31 00:47:53 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -13,6 +13,8 @@ SRCS=		Cursor.c Region.c SaveSet.c Selec
 INCS=	Xfixes.h
 INCSDIR=${X11INCDIR}/X11/extensions
 
+CPPFLAGS+=	-DHAVE__XEATDATAWORDS 
+
 CPPFLAGS+=	-I${DESTDIR}${X11INCDIR}/X11/extensions
 
 MAN=	Xfixes.3

Reply via email to