diff options
author | Fabian Groffen <grobian@gentoo.org> | 2014-10-21 18:56:28 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2014-10-21 18:56:28 +0000 |
commit | cd3e75c1c0e46eaa9c4ef2f5e7dfd71784cf7202 (patch) | |
tree | 6cdb50a507841d664585a777509b8eee02f38db5 /profiles/prefix | |
parent | Finalise fixes for Yosemite (diff) | |
download | gentoo-2-cd3e75c1c0e46eaa9c4ef2f5e7dfd71784cf7202.tar.gz gentoo-2-cd3e75c1c0e46eaa9c4ef2f5e7dfd71784cf7202.tar.bz2 gentoo-2-cd3e75c1c0e46eaa9c4ef2f5e7dfd71784cf7202.zip |
Force older deployment target on Yosemite for gcc-apple
Diffstat (limited to 'profiles/prefix')
-rw-r--r-- | profiles/prefix/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/prefix/darwin/macos/10.10/profile.bashrc | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/profiles/prefix/ChangeLog b/profiles/prefix/ChangeLog index 338805d22d15..d28a844551c6 100644 --- a/profiles/prefix/ChangeLog +++ b/profiles/prefix/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for profiles/prefix # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.432 2014/10/19 17:42:22 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.433 2014/10/21 18:56:28 grobian Exp $ + + 21 Oct 2014; Fabian Groffen <grobian@gentoo.org> + darwin/macos/10.10/profile.bashrc: + Force older deployment target on Yosemite for gcc-apple 19 Oct 2014; Fabian Groffen <grobian@gentoo.org> +darwin/macos/10.10/eapi, +darwin/macos/10.10/make.defaults, +darwin/macos/10.10/package.mask, diff --git a/profiles/prefix/darwin/macos/10.10/profile.bashrc b/profiles/prefix/darwin/macos/10.10/profile.bashrc index 3d5a0dc843a7..7b6b6183dc56 100644 --- a/profiles/prefix/darwin/macos/10.10/profile.bashrc +++ b/profiles/prefix/darwin/macos/10.10/profile.bashrc @@ -1,5 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.10/profile.bashrc,v 1.1 2014/10/19 17:42:23 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.10/profile.bashrc,v 1.2 2014/10/21 18:56:28 grobian Exp $ -export MACOSX_DEPLOYMENT_TARGET=10.10 +# this is no typo, gcc-apple doesn't allow for 10.10 and mixes things up +export MACOSX_DEPLOYMENT_TARGET=10.9 |