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/xman find and use config.h



details:   https://anonhg.NetBSD.org/src/rev/7294e16f767c
branches:  trunk
changeset: 758903:7294e16f767c
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Nov 20 23:30:24 2010 +0000

description:
find and use config.h

diffstat:

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

diffs (17 lines):

diff -r c2c33fff54bd -r 7294e16f767c external/mit/xorg/bin/xman/Makefile
--- a/external/mit/xorg/bin/xman/Makefile       Sat Nov 20 23:17:51 2010 +0000
+++ b/external/mit/xorg/bin/xman/Makefile       Sat Nov 20 23:30:24 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2009/11/09 00:32:00 mrg Exp $
+#      $NetBSD: Makefile,v 1.3 2010/11/20 23:30:24 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -9,6 +9,7 @@
 CPPFLAGS+=${X11FLAGS.VERSION}
 CPPFLAGS+=-DHAS_SNPRINTF -DHELPFILE=\"${X11LIBDIR}/xman.help\" -DHAS_MKSTEMP
 CPPFLAGS+=-DHAS_GROFF -DMANCONFIGSTYLE_OpenBSD -DMANCONF=\"/etc/man.conf\"
+CPPFLAGS+=-DHAVE_CONFIG_H -I${X11SRCDIR.${PROG}}/../include
 
 APPDEFS=Xman
 



Home | Main Index | Thread Index | Old Index