Module Name:    src
Committed By:   macallan
Date:           Sat Aug 27 03:58:13 UTC 2016

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

Log Message:
pass -DAVOID_VGAHW on shark


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 \
    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.6 src/external/mit/xorg/server/drivers/xf86-video-chips/Makefile:1.7
--- src/external/mit/xorg/server/drivers/xf86-video-chips/Makefile:1.6	Sun May 15 22:55:01 2011
+++ src/external/mit/xorg/server/drivers/xf86-video-chips/Makefile	Sat Aug 27 03:58:13 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.6 2011/05/15 22:55:01 christos Exp $
+#	$NetBSD: Makefile,v 1.7 2016/08/27 03:58:13 macallan Exp $
 
 DRIVER=		xf86-video-chips
 DRIVER_NAME=	chips_drv
@@ -9,7 +9,7 @@ SRCS+=		ct_accelmm.c ct_accelhi.c
 MAN=		chips.4
 
 .if ${MACHINE} == "shark"
-CPPFLAGS+=		-DHAVE_ISA
+CPPFLAGS+=		-DHAVE_ISA -DAVOID_VGAHW
 .endif
 
 CPPFLAGS.ct_driver.c=	-DVERSION=${PACKAGE_MAJOR} -I${X11SRCDIR.xorg-server}

Reply via email to