Module Name:    src
Committed By:   christos
Date:           Sun May 15 22:55:01 UTC 2011

Modified Files:
        src/external/mit/xorg/server/drivers/xf86-video-chips: Makefile

Log Message:
Add include path


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 \
    src/external/mit/xorg/server/drivers/xf86-video-chips/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/server/drivers/xf86-video-chips/Makefile
diff -u src/external/mit/xorg/server/drivers/xf86-video-chips/Makefile:1.5 src/external/mit/xorg/server/drivers/xf86-video-chips/Makefile:1.6
--- src/external/mit/xorg/server/drivers/xf86-video-chips/Makefile:1.5	Thu Oct 15 18:54:45 2009
+++ src/external/mit/xorg/server/drivers/xf86-video-chips/Makefile	Sun May 15 18:55:01 2011
@@ -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
 

Reply via email to