summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2005-08-12 21:14:36 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2005-08-12 21:14:36 +0000
commit42c7ce180572369373aea88c1d6c11e50f851768 (patch)
tree4e8f31c8026d45404d222ac91f036b8ae99b5252 /x11-drivers/xf86-video-sunffb
parentBump to link in i830_shadow.c. This should allow X to start properly. Reporte... (diff)
downloadgentoo-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-sunffb')
-rw-r--r--x11-drivers/xf86-video-sunffb/ChangeLog5
-rw-r--r--x11-drivers/xf86-video-sunffb/files/dri.patch12
2 files changed, 4 insertions, 13 deletions
diff --git a/x11-drivers/xf86-video-sunffb/ChangeLog b/x11-drivers/xf86-video-sunffb/ChangeLog
index ab6794a3e701..f1031b95935c 100644
--- a/x11-drivers/xf86-video-sunffb/ChangeLog
+++ b/x11-drivers/xf86-video-sunffb/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-drivers/xf86-video-sunffb
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-sunffb/ChangeLog,v 1.2 2005/08/08 19:46:13 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-sunffb/ChangeLog,v 1.3 2005/08/12 21:14:36 spyderous Exp $
+
+ 12 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; -files/dri.patch:
+ Pull unused patch.
08 Aug 2005; Ferris McCormick <fmccor@gentoo.org>
xf86-video-sunffb-1.0.0.ebuild:
diff --git a/x11-drivers/xf86-video-sunffb/files/dri.patch b/x11-drivers/xf86-video-sunffb/files/dri.patch
deleted file mode 100644
index c717732f1f89..000000000000
--- a/x11-drivers/xf86-video-sunffb/files/dri.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urN xf86-video-sunffb-0.0_pre20050726.orig/configure.ac xf86-video-sunffb-0.0_pre20050726/configure.ac
---- xf86-video-sunffb-0.0_pre20050726.orig/configure.ac 2005-07-26 16:36:05.000000000 -0700
-+++ xf86-video-sunffb-0.0_pre20050726/configure.ac 2005-07-27 13:50:24.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