diff options
author | Fabian Groffen <grobian@gentoo.org> | 2013-06-11 20:21:28 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2013-06-11 20:21:28 +0000 |
commit | 9bb70f16a0bda16a8ef7ce9cc810a78e7ba78414 (patch) | |
tree | e9eb76c89083722e10e71409211db127a9e2dd86 /dev-util | |
parent | Remove old. (diff) | |
download | gentoo-2-9bb70f16a0bda16a8ef7ce9cc810a78e7ba78414.tar.gz gentoo-2-9bb70f16a0bda16a8ef7ce9cc810a78e7ba78414.tar.bz2 gentoo-2-9bb70f16a0bda16a8ef7ce9cc810a78e7ba78414.zip |
Add dropped darwin-isysroot patch to fix compilation, bug #472922
(Portage version: 2.2.01.22007-prefix/cvs/Darwin i386, RepoMan options: --force, signed Manifest commit with key 0x5F75F607C5C74E89)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/cmake/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/cmake/cmake-2.8.11.1.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-util/cmake/ChangeLog b/dev-util/cmake/ChangeLog index 1de116db2447..95428f54a8fe 100644 --- a/dev-util/cmake/ChangeLog +++ b/dev-util/cmake/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/cmake # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v 1.250 2013/06/10 18:33:48 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v 1.251 2013/06/11 20:21:28 grobian Exp $ + + 11 Jun 2013; Fabian Groffen <grobian@gentoo.org> cmake-2.8.11.1.ebuild: + Add dropped darwin-isysroot patch to fix compilation, bug #472922 10 Jun 2013; Johannes Huber <johu@gentoo.org> cmake-2.8.11.1.ebuild: Drop qt4 default enabled wrt bug #472876. diff --git a/dev-util/cmake/cmake-2.8.11.1.ebuild b/dev-util/cmake/cmake-2.8.11.1.ebuild index 1c85c4422167..da40244f74eb 100644 --- a/dev-util/cmake/cmake-2.8.11.1.ebuild +++ b/dev-util/cmake/cmake-2.8.11.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.8.11.1.ebuild,v 1.2 2013/06/10 18:33:48 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.8.11.1.ebuild,v 1.3 2013/06/11 20:21:28 grobian Exp $ EAPI=5 @@ -62,6 +62,7 @@ PATCHES=( "${FILESDIR}"/${PN}-2.8.7-FindLAPACK.patch "${FILESDIR}"/${PN}-2.8.8-FindPkgConfig.patch "${FILESDIR}"/${PN}-2.8.10-darwin-bundle.patch + "${FILESDIR}"/${PN}-2.8.10-darwin-isysroot.patch "${FILESDIR}"/${PN}-2.8.10-desktop.patch "${FILESDIR}"/${PN}-2.8.10-libform.patch "${FILESDIR}"/${PN}-2.8.10.2-FindPythonInterp.patch |