summaryrefslogtreecommitdiff
path: root/x11/XFree86-4-libraries/files/patch-r128xmesa
diff options
context:
space:
mode:
Diffstat (limited to 'x11/XFree86-4-libraries/files/patch-r128xmesa')
-rw-r--r--x11/XFree86-4-libraries/files/patch-r128xmesa13
1 files changed, 0 insertions, 13 deletions
diff --git a/x11/XFree86-4-libraries/files/patch-r128xmesa b/x11/XFree86-4-libraries/files/patch-r128xmesa
deleted file mode 100644
index fc33b516da12..000000000000
--- a/x11/XFree86-4-libraries/files/patch-r128xmesa
+++ /dev/null
@@ -1,13 +0,0 @@
---- lib/GL/mesa/src/drv/r128/r128_xmesa.c.orig Fri Oct 5 17:21:31 2001
-+++ lib/GL/mesa/src/drv/r128/r128_xmesa.c Fri Oct 5 17:22:59 2001
-@@ -80,8 +80,8 @@
- }
-
- /* Check that the DRM driver version is compatible */
-- if ( sPriv->drmMajor != 2 ||
-- sPriv->drmMinor < 1 ) {
-+ if ( sPriv->drmMajor != 3 /*||
-+ sPriv->drmMinor < 1*/ ) {
- char msg[1000];
- sprintf( msg, "R128 DRI driver expected DRM driver version 2.1.x but got version %d.%d.%d", sPriv->drmMajor, sPriv->drmMinor, sPriv->drmPatch );
- __driMesaMessage( msg );