Module Name:    src
Committed By:   mrg
Date:           Sat Nov 20 23:30:24 UTC 2010

Modified Files:
        src/external/mit/xorg/bin/xman: Makefile

Log Message:
find and use config.h


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/mit/xorg/bin/xman/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/bin/xman/Makefile
diff -u src/external/mit/xorg/bin/xman/Makefile:1.2 src/external/mit/xorg/bin/xman/Makefile:1.3
--- src/external/mit/xorg/bin/xman/Makefile:1.2	Mon Nov  9 00:32:00 2009
+++ src/external/mit/xorg/bin/xman/Makefile	Sat Nov 20 23:30:24 2010
@@ -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
 

Reply via email to