Source-Changes-HG archive

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

[src/trunk]: src/external/mit/xorg/server/drivers/xf86-video-chips Add includ...



details:   https://anonhg.NetBSD.org/src/rev/cc1de6db10c8
branches:  trunk
changeset: 765012:cc1de6db10c8
user:      christos <christos%NetBSD.org@localhost>
date:      Sun May 15 22:55:01 2011 +0000

description:
Add include path

diffstat:

 external/mit/xorg/server/drivers/xf86-video-chips/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c1695cf79b77 -r cc1de6db10c8 external/mit/xorg/server/drivers/xf86-video-chips/Makefile
--- a/external/mit/xorg/server/drivers/xf86-video-chips/Makefile        Sun May 15 21:35:58 2011 +0000
+++ b/external/mit/xorg/server/drivers/xf86-video-chips/Makefile        Sun May 15 22:55:01 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.5 2009/10/15 22:54:45 macallan Exp $
+#      $NetBSD: Makefile,v 1.6 2011/05/15 22:55:01 christos Exp $
 
 DRIVER=                xf86-video-chips
 DRIVER_NAME=   chips_drv
@@ -12,7 +12,7 @@
 CPPFLAGS+=             -DHAVE_ISA
 .endif
 
-CPPFLAGS.ct_driver.c=  -DVERSION=${PACKAGE_MAJOR}
+CPPFLAGS.ct_driver.c=  -DVERSION=${PACKAGE_MAJOR} -I${X11SRCDIR.xorg-server}
 CPPFLAGS.ct_accelmm.c= -DCHIPS_MMIO -I${X11SRCDIR.${DRIVER}}/src
 CPPFLAGS.ct_accelhi.c= -DCHIPS_MMIO -DCHIPS_HIQV -I${X11SRCDIR.${DRIVER}}/src
 



Home | Main Index | Thread Index | Old Index