Module Name:    src
Committed By:   macallan
Date:           Wed Nov  6 14:53:29 UTC 2013

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

Log Message:
build EXA support, tested on macppc


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 \
    src/external/mit/xorg/server/drivers/xf86-video-mach64/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-mach64/Makefile
diff -u src/external/mit/xorg/server/drivers/xf86-video-mach64/Makefile:1.6 src/external/mit/xorg/server/drivers/xf86-video-mach64/Makefile:1.7
--- src/external/mit/xorg/server/drivers/xf86-video-mach64/Makefile:1.6	Thu Aug 11 23:15:40 2011
+++ src/external/mit/xorg/server/drivers/xf86-video-mach64/Makefile	Wed Nov  6 14:53:29 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.6 2011/08/11 23:15:40 joerg Exp $
+#	$NetBSD: Makefile,v 1.7 2013/11/06 14:53:29 macallan Exp $
 
 DRIVER=		xf86-video-mach64
 DRIVER_NAME=	mach64_drv
@@ -11,14 +11,14 @@ SRCS=		atibus.c atichip.c atiprobe.c ati
 		atimach64xv.c atimode.c atipreinit.c atiprint.c \
 		atirgb514.c atiscreen.c atituner.c atiutil.c \
 		ativalid.c atiload.c atimisc.c atimach64probe.c \
-		${SRCS.cpio} ${SRCS.dga} #${SRCS.dri} ${SRCS.exa}
+		${SRCS.cpio} ${SRCS.dga} ${SRCS.exa} #${SRCS.dri}
 
 SRCS.cpio=	ativga.c ativgaio.c atibank.c atiwonder.c atiwonderio.c
 SRCS.dga=	atidga.c
 SRCS.dri=	atidri.c
 SRCS.exa=	atimach64exa.c
 
-CPPFLAGS+=	-DUSE_XAA
+CPPFLAGS+=	-DUSE_XAA -DUSE_EXA
 
 .if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "sparc64" || \
     ${MACHINE_ARCH} == "sparc"

Reply via email to