summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pieuchot <mpi@cvs.openbsd.org>2012-08-29 12:52:40 +0000
committerMartin Pieuchot <mpi@cvs.openbsd.org>2012-08-29 12:52:40 +0000
commit0896c28214e3ee20abeabd7bb08e95f0ec14d854 (patch)
tree4111c433971fca715722c7727b691c9caacb839a
parentd5f6cc5eb633c4f5a4873f0cb6b4d08d4be776e7 (diff)
Build r200 and r300 dri drivers on macppc too.
ok matthieu@
-rw-r--r--lib/libGL/dri/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libGL/dri/Makefile b/lib/libGL/dri/Makefile
index 88f1776a7..eefb7394d 100644
--- a/lib/libGL/dri/Makefile
+++ b/lib/libGL/dri/Makefile
@@ -1,9 +1,11 @@
-# $OpenBSD: Makefile,v 1.12 2011/10/23 13:57:36 matthieu Exp $
+# $OpenBSD: Makefile,v 1.13 2012/08/29 12:52:39 mpi Exp $
SUBDIR= swrast
.if ${MACHINE} == i386 || ${MACHINE} == amd64
SUBDIR+= i810 i915 i965 radeon r200 r300 r600
+.elif ${MACHINE} == macppc
+SUBDIR+= r200 r300
.endif
build depend all install clean cleandir: _SUBDIRUSE