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/xcb-util add HAVE_VASPRINTF so that we...



details:   https://anonhg.NetBSD.org/src/rev/1f93a7f99bbc
branches:  trunk
changeset: 765007:1f93a7f99bbc
user:      christos <christos%NetBSD.org@localhost>
date:      Sun May 15 21:19:20 2011 +0000

description:
add HAVE_VASPRINTF so that we use it.

diffstat:

 external/mit/xorg/lib/xcb-util/xcb-util.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 7d5eabdaa82b -r 1f93a7f99bbc external/mit/xorg/lib/xcb-util/xcb-util.mk
--- a/external/mit/xorg/lib/xcb-util/xcb-util.mk        Sun May 15 21:09:30 2011 +0000
+++ b/external/mit/xorg/lib/xcb-util/xcb-util.mk        Sun May 15 21:19:20 2011 +0000
@@ -1,10 +1,11 @@
-#      $NetBSD: xcb-util.mk,v 1.1 2010/07/18 07:01:38 mrg Exp $
+#      $NetBSD: xcb-util.mk,v 1.2 2011/05/15 21:19:20 christos Exp $
 
 # define XCBUTIL to something before including this
 
 LIB=   xcb-${XCBUTIL}
 
 CPPFLAGS+=     -I${X11SRCDIR.xcb-util}/${XCBUTIL}
+CPPFLAGS+=     -DHAVE_VASPRINTF
 
 LIBDPLIBS=\
        xcb     ${.CURDIR}/../../libxcb/libxcb \



Home | Main Index | Thread Index | Old Index