diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2005-08-12 21:14:36 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2005-08-12 21:14:36 +0000 |
commit | 42c7ce180572369373aea88c1d6c11e50f851768 (patch) | |
tree | 4e8f31c8026d45404d222ac91f036b8ae99b5252 /x11-drivers/xf86-video-tdfx/files/dri.patch | |
parent | Bump to link in i830_shadow.c. This should allow X to start properly. Reporte... (diff) | |
download | gentoo-2-42c7ce180572369373aea88c1d6c11e50f851768.tar.gz gentoo-2-42c7ce180572369373aea88c1d6c11e50f851768.tar.bz2 gentoo-2-42c7ce180572369373aea88c1d6c11e50f851768.zip |
Pull unused patch.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'x11-drivers/xf86-video-tdfx/files/dri.patch')
-rw-r--r-- | x11-drivers/xf86-video-tdfx/files/dri.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/x11-drivers/xf86-video-tdfx/files/dri.patch b/x11-drivers/xf86-video-tdfx/files/dri.patch deleted file mode 100644 index 253e07578a6e..000000000000 --- a/x11-drivers/xf86-video-tdfx/files/dri.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -urN xf86-video-tdfx-0.0_pre20050726.orig/configure.ac xf86-video-tdfx-0.0_pre20050726/configure.ac ---- xf86-video-tdfx-0.0_pre20050726.orig/configure.ac 2005-07-26 17:44:23.000000000 -0700 -+++ xf86-video-tdfx-0.0_pre20050726/configure.ac 2005-07-27 13:51:26.000000000 -0700 -@@ -82,7 +82,7 @@ - - AM_CONDITIONAL(DRI, test x$DRI = xyes) - if test "$DRI" = yes; then -- PKG_CHECK_MODULES(DRI, [libdrm]) -+ PKG_CHECK_MODULES(DRI, [libdrm xf86driproto]) - AC_DEFINE(XF86DRI,1,[Enable DRI driver support]) - AC_DEFINE(XF86DRI_DEVEL,1,[Enable developmental DRI driver support]) - fi |