diff options
author | Naohiro Aota <naota@gentoo.org> | 2012-10-04 21:30:49 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2012-10-04 21:30:49 +0000 |
commit | a016b58dd68173421b9518366310c2f4a721b423 (patch) | |
tree | e0d99fccf92e872b348f2f1352dfc7b43846bc51 /x11-drivers/xf86-input-mouse/xf86-input-mouse-1.8.1.ebuild | |
parent | move sed to src_prepare (diff) | |
download | gentoo-2-a016b58dd68173421b9518366310c2f4a721b423.tar.gz gentoo-2-a016b58dd68173421b9518366310c2f4a721b423.tar.bz2 gentoo-2-a016b58dd68173421b9518366310c2f4a721b423.zip |
Add patch to workaround gcc-4.6 bug. #435640
(Portage version: 2.2.0_alpha134/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers/xf86-input-mouse/xf86-input-mouse-1.8.1.ebuild')
-rw-r--r-- | x11-drivers/xf86-input-mouse/xf86-input-mouse-1.8.1.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.8.1.ebuild b/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.8.1.ebuild index 14a41d8fb606..f4baf54c8d49 100644 --- a/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.8.1.ebuild +++ b/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.8.1.ebuild,v 1.1 2012/08/09 19:45:37 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.8.1.ebuild,v 1.2 2012/10/04 21:30:49 naota Exp $ EAPI=4 inherit xorg-2 @@ -12,3 +12,8 @@ IUSE="" RDEPEND=">=x11-base/xorg-server-1.7" DEPEND="${RDEPEND}" + +# To workaround gcc-4.6 bug 435640 +PATCHES=( + "${FILESDIR}"/${P}-gcc46-workaround.patch +) |