diff options
author | Michael Palimaka <kensington@gentoo.org> | 2012-11-18 12:52:41 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2012-11-18 12:52:41 +0000 |
commit | a3ccf46448a0c59bda7796f201888d97171a4f7a (patch) | |
tree | eb1b5b38e73d68494a7da0b10b3ac4eb13f38c4e /kde-base/qyoto/qyoto-4.9.3.ebuild | |
parent | Bump glut to 2.3.1.0 (diff) | |
download | gentoo-2-a3ccf46448a0c59bda7796f201888d97171a4f7a.tar.gz gentoo-2-a3ccf46448a0c59bda7796f201888d97171a4f7a.tar.bz2 gentoo-2-a3ccf46448a0c59bda7796f201888d97171a4f7a.zip |
Backport patch from upstream fixing build with cmake-2.8.10.
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'kde-base/qyoto/qyoto-4.9.3.ebuild')
-rw-r--r-- | kde-base/qyoto/qyoto-4.9.3.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/kde-base/qyoto/qyoto-4.9.3.ebuild b/kde-base/qyoto/qyoto-4.9.3.ebuild index 325b598572d8..038bd0995fa4 100644 --- a/kde-base/qyoto/qyoto-4.9.3.ebuild +++ b/kde-base/qyoto/qyoto-4.9.3.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/kde-base/qyoto/qyoto-4.9.3.ebuild,v 1.1 2012/11/08 23:26:36 creffett Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/qyoto/qyoto-4.9.3.ebuild,v 1.2 2012/11/18 12:52:41 kensington Exp $ EAPI=4 @@ -20,6 +20,8 @@ RDEPEND="${DEPEND}" # Split from kdebindings-csharp in 4.7 add_blocker kdebindings-csharp +PATCHES=( "${FILESDIR}/${P}-cmake-2.8.10.patch" ) + src_configure() { local mycmakeargs=( $(cmake-utils_use_with phonon) |