diff options
author | Michael Palimaka <kensington@gentoo.org> | 2012-06-21 10:14:04 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2012-06-21 10:14:04 +0000 |
commit | 7b249bca772bd7a9b985f3ed2db70be6e8b6cb38 (patch) | |
tree | cf654ca6c5e3c6d20cb0679833c9d1c6583386fb /net-libs/telepathy-qt/telepathy-qt-0.9.1.ebuild | |
parent | Fix build with GCC 4.7, wrt bug #421689. (diff) | |
download | gentoo-2-7b249bca772bd7a9b985f3ed2db70be6e8b6cb38.tar.gz gentoo-2-7b249bca772bd7a9b985f3ed2db70be6e8b6cb38.tar.bz2 gentoo-2-7b249bca772bd7a9b985f3ed2db70be6e8b6cb38.zip |
Fix build with GCC 4.7 by backporting upstream patch. Fixes bug #421921.
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/telepathy-qt/telepathy-qt-0.9.1.ebuild')
-rw-r--r-- | net-libs/telepathy-qt/telepathy-qt-0.9.1.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net-libs/telepathy-qt/telepathy-qt-0.9.1.ebuild b/net-libs/telepathy-qt/telepathy-qt-0.9.1.ebuild index 677f9a900730..6e30f3e67967 100644 --- a/net-libs/telepathy-qt/telepathy-qt-0.9.1.ebuild +++ b/net-libs/telepathy-qt/telepathy-qt-0.9.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/net-libs/telepathy-qt/telepathy-qt-0.9.1.ebuild,v 1.2 2012/05/05 02:54:26 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt/telepathy-qt-0.9.1.ebuild,v 1.3 2012/06/21 10:14:04 kensington Exp $ EAPI=4 @@ -43,7 +43,10 @@ DEPEND="${RDEPEND} REQUIRED_USE="farsight? ( !farstream )" -PATCHES=( "${FILESDIR}/${P}-automagicness.patch" ) +PATCHES=( + "${FILESDIR}/${P}-automagicness.patch" + "${FILESDIR}/${P}-gcc-4.7.patch" +) DOCS=( AUTHORS ChangeLog HACKING NEWS README ) pkg_setup() { |