Module Name:    src
Committed By:   mrg
Date:           Thu Nov 18 08:41:54 UTC 2010

Modified Files:
        src/external/mit/xorg/lib/dri: Makefile

Log Message:
build the dri libraries on ofppc, same as macppc.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/external/mit/xorg/lib/dri/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/lib/dri/Makefile
diff -u src/external/mit/xorg/lib/dri/Makefile:1.16 src/external/mit/xorg/lib/dri/Makefile:1.17
--- src/external/mit/xorg/lib/dri/Makefile:1.16	Sun Aug  1 06:24:30 2010
+++ src/external/mit/xorg/lib/dri/Makefile	Thu Nov 18 08:41:54 2010
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.16 2010/08/01 06:24:30 kiyohara Exp $
+# $NetBSD: Makefile,v 1.17 2010/11/18 08:41:54 mrg Exp $
 
 SUBDIR=		libmesa .WAIT
 
 .if ${MACHINE_ARCH} == "alpha"
 SUBDIR+=	mach64 mga r128 r200 r300 r600 radeon savage sis tdfx
-.elif ${MACHINE} == "macppc"
+.elif ${MACHINE} == "macppc" || ${MACHINE} == "ofppc"
 SUBDIR+=	mach64 mga r128 r200 r300 r600 radeon tdfx
 .elif ${MACHINE_ARCH} == "sparc64" || ${MACHINE_ARCH} == "sparc"
 SUBDIR+=	mach64 mga r128 r200 r300 r600 radeon

Reply via email to