summaryrefslogtreecommitdiffstats
path: root/mesa-no-mach64.patch
diff options
context:
space:
mode:
Diffstat (limited to 'mesa-no-mach64.patch')
-rw-r--r--mesa-no-mach64.patch20
1 files changed, 10 insertions, 10 deletions
diff --git a/mesa-no-mach64.patch b/mesa-no-mach64.patch
index 450c54d..b8d3272 100644
--- a/mesa-no-mach64.patch
+++ b/mesa-no-mach64.patch
@@ -1,7 +1,7 @@
-diff -up mesa-20090723/configure.ac.mach64 mesa-20090723/configure.ac
---- mesa-20090723/configure.ac.mach64 2009-07-23 12:11:01.000000000 +1000
-+++ mesa-20090723/configure.ac 2009-07-23 12:11:22.000000000 +1000
-@@ -713,7 +713,7 @@ if test "$mesa_driver" = dri; then
+diff -up mesa-20091030/configure.ac.da mesa-20091030/configure.ac
+--- mesa-20091030/configure.ac.da 2009-10-30 11:12:50.000000000 +1000
++++ mesa-20091030/configure.ac 2009-10-30 14:53:02.000000000 +1000
+@@ -716,7 +716,7 @@ if test "$mesa_driver" = dri; then
# because there is no x86-64 system where they could *ever*
# be used.
if test "x$DRI_DIRS" = "xyes"; then
@@ -10,7 +10,7 @@ diff -up mesa-20090723/configure.ac.mach64 mesa-20090723/configure.ac
savage tdfx unichrome swrast"
fi
;;
-@@ -721,13 +721,13 @@ if test "$mesa_driver" = dri; then
+@@ -724,13 +724,13 @@ if test "$mesa_driver" = dri; then
# Build only the drivers for cards that exist on PowerPC.
# At some point MGA will be added, but not yet.
if test "x$DRI_DIRS" = "xyes"; then
@@ -26,7 +26,7 @@ diff -up mesa-20090723/configure.ac.mach64 mesa-20090723/configure.ac
fi
;;
esac
-@@ -746,7 +746,7 @@ if test "$mesa_driver" = dri; then
+@@ -749,7 +749,7 @@ if test "$mesa_driver" = dri; then
# ffb and gamma are missing because they have not been converted
# to use the new interface.
if test "x$DRI_DIRS" = "xyes"; then
@@ -35,12 +35,12 @@ diff -up mesa-20090723/configure.ac.mach64 mesa-20090723/configure.ac
unichrome savage sis swrast"
fi
;;
-@@ -765,7 +765,7 @@ if test "$mesa_driver" = dri; then
+@@ -768,7 +768,7 @@ if test "$mesa_driver" = dri; then
# default drivers
if test "x$DRI_DIRS" = "xyes"; then
-- DRI_DIRS="i810 i915 i965 mach64 mga r128 r200 r300 r600 radeon s3v \
-+ DRI_DIRS="i810 i915 i965 mga r128 r200 r300 r600 radeon s3v \
- savage sis tdfx trident unichrome ffb swrast"
+- DRI_DIRS="i810 i915 i965 mach64 mga r128 r200 r300 r600 radeon \
++ DRI_DIRS="i810 i915 i965 mga r128 r200 r300 r600 radeon \
+ savage sis tdfx unichrome ffb swrast"
fi