Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/mit/xorg/bin/xmlwf Add -DHAVE_UNISTD_H



details:   https://anonhg.NetBSD.org/src/rev/ce734aa35871
branches:  trunk
changeset: 765010:ce734aa35871
user:      christos <christos%NetBSD.org@localhost>
date:      Sun May 15 21:32:47 2011 +0000

description:
Add -DHAVE_UNISTD_H

diffstat:

 external/mit/xorg/bin/xmlwf/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 37164a52419e -r ce734aa35871 external/mit/xorg/bin/xmlwf/Makefile
--- a/external/mit/xorg/bin/xmlwf/Makefile      Sun May 15 21:28:51 2011 +0000
+++ b/external/mit/xorg/bin/xmlwf/Makefile      Sun May 15 21:32:47 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2008/10/05 17:43:04 cube Exp $
+#      $NetBSD: Makefile,v 1.3 2011/05/15 21:32:47 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -7,6 +7,7 @@
 .PATH: ${X11SRCDIR.expat}/xmlwf ${X11SRCDIR.expat}/doc
 
 SRCS=  codepage.c unixfilemap.c xmlfile.c xmlwf.c
+CPPFLAGS+=-DHAVE_UNISTD_H
 
 LDADD+=        -lexpat
 DPADD+=        ${LIBEXPAT}



Home | Main Index | Thread Index | Old Index