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 set -DHAVE...



details:   https://anonhg.NetBSD.org/src/rev/3fed3c11a189
branches:  trunk
changeset: 748190:3fed3c11a189
user:      macallan <macallan%NetBSD.org@localhost>
date:      Thu Oct 15 22:54:45 2009 +0000

description:
set -DHAVE_ISA on shark, with this accelerated Xorg works again on rev. 4
sharks.

diffstat:

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

diffs (20 lines):

diff -r 5c1955ecbf28 -r 3fed3c11a189 external/mit/xorg/server/drivers/xf86-video-chips/Makefile
--- a/external/mit/xorg/server/drivers/xf86-video-chips/Makefile        Thu Oct 15 20:50:12 2009 +0000
+++ b/external/mit/xorg/server/drivers/xf86-video-chips/Makefile        Thu Oct 15 22:54:45 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4 2008/09/01 04:04:04 mrg Exp $
+#      $NetBSD: Makefile,v 1.5 2009/10/15 22:54:45 macallan Exp $
 
 DRIVER=                xf86-video-chips
 DRIVER_NAME=   chips_drv
@@ -8,6 +8,10 @@
 SRCS+=         ct_accelmm.c ct_accelhi.c
 MAN=           chips.4
 
+.if ${MACHINE} == "shark"
+CPPFLAGS+=             -DHAVE_ISA
+.endif
+
 CPPFLAGS.ct_driver.c=  -DVERSION=${PACKAGE_MAJOR}
 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