diff options
author | Matt Turner <mattst88@gentoo.org> | 2015-08-29 16:36:19 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2015-08-29 16:36:37 -0700 |
commit | f2cda5a999588b6deb5041ff6d5a6ae31624feca (patch) | |
tree | df02af7cd734b1c25f12da5ab54cecaedbfcd36c /x11-drivers/xf86-video-voodoo/xf86-video-voodoo-1.2.5.ebuild | |
parent | media-libs/mesa: Install VAAPI drivers to correct location. (diff) | |
download | gentoo-f2cda5a999588b6deb5041ff6d5a6ae31624feca.tar.gz gentoo-f2cda5a999588b6deb5041ff6d5a6ae31624feca.tar.bz2 gentoo-f2cda5a999588b6deb5041ff6d5a6ae31624feca.zip |
x11-drivers/xf86-video-voodoo: Add patch to fix compilation.
Bug: https://bugs.gentoo.org/550642
Diffstat (limited to 'x11-drivers/xf86-video-voodoo/xf86-video-voodoo-1.2.5.ebuild')
-rw-r--r-- | x11-drivers/xf86-video-voodoo/xf86-video-voodoo-1.2.5.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-voodoo/xf86-video-voodoo-1.2.5.ebuild b/x11-drivers/xf86-video-voodoo/xf86-video-voodoo-1.2.5.ebuild index 2917b2f9bffa..dffd9e8dd27a 100644 --- a/x11-drivers/xf86-video-voodoo/xf86-video-voodoo-1.2.5.ebuild +++ b/x11-drivers/xf86-video-voodoo/xf86-video-voodoo-1.2.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,3 +12,7 @@ IUSE="" RDEPEND=">=x11-base/xorg-server-1.0.99" DEPEND="${RDEPEND} x11-proto/xf86dgaproto" + +PATCHES=( + "${FILESDIR}"/${P}-no-PCITAG.patch +) |