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/imake find config.h where it is now av...



details:   https://anonhg.NetBSD.org/src/rev/056168da7824
branches:  trunk
changeset: 755038:056168da7824
user:      mrg <mrg%NetBSD.org@localhost>
date:      Fri May 21 05:55:24 2010 +0000

description:
find config.h where it is now available from.  for imake 1.0.3.

diffstat:

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

diffs (16 lines):

diff -r fe9364fba876 -r 056168da7824 external/mit/xorg/bin/imake/Makefile
--- a/external/mit/xorg/bin/imake/Makefile      Thu May 20 20:18:51 2010 +0000
+++ b/external/mit/xorg/bin/imake/Makefile      Fri May 21 05:55:24 2010 +0000
@@ -1,10 +1,11 @@
-#      $NetBSD: Makefile,v 1.2 2008/10/14 23:37:19 cube Exp $
+#      $NetBSD: Makefile,v 1.3 2010/05/21 05:55:24 mrg Exp $
 
 .include <bsd.own.mk>
 
 PROG=  imake
 
 CPPFLAGS+=     -I${DESTDIR}${X11INCDIR}/X11
+CPPFLAGS+=     -I${X11SRCDIR.${PROG}}/../include
 
 CPP_PROGRAM=   cpp
 CPPFLAGS+=     -DCPP_PROGRAM=\"$(CPP_PROGRAM)\"



Home | Main Index | Thread Index | Old Index