diff options
author | Fabian Groffen <grobian@gentoo.org> | 2013-04-23 19:42:17 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2013-04-23 19:42:17 +0000 |
commit | 010f720f2b7654a15335550331f4ab17f6065b75 (patch) | |
tree | a1e1725a9aa18922bca1983baee7f6d08734b8aa /dev-util/cmake/cmake-2.8.10.2-r2.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-010f720f2b7654a15335550331f4ab17f6065b75.tar.gz gentoo-2-010f720f2b7654a15335550331f4ab17f6065b75.tar.bz2 gentoo-2-010f720f2b7654a15335550331f4ab17f6065b75.zip |
Fix compilation on Darwin, bug #445308
(Portage version: 2.2.01.21890-prefix/cvs/Darwin i386, signed Manifest commit with key 0x5F75F607C5C74E89)
Diffstat (limited to 'dev-util/cmake/cmake-2.8.10.2-r2.ebuild')
-rw-r--r-- | dev-util/cmake/cmake-2.8.10.2-r2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-util/cmake/cmake-2.8.10.2-r2.ebuild b/dev-util/cmake/cmake-2.8.10.2-r2.ebuild index c0819d88acc8..af92df0db90d 100644 --- a/dev-util/cmake/cmake-2.8.10.2-r2.ebuild +++ b/dev-util/cmake/cmake-2.8.10.2-r2.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.10.2-r2.ebuild,v 1.1 2013/04/14 17:41:44 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.8.10.2-r2.ebuild,v 1.2 2013/04/23 19:42:17 grobian Exp $ EAPI=5 @@ -52,6 +52,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-more-no_host_paths.patch |