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 | 9ebb121625eed6dda8e984962081b2dca7951bf5 (patch) | |
tree | fd1548fa62e3bfa858389a03c9262f9b5e5d790f /profiles/prefix/darwin | |
parent | Finalise fixes for Yosemite (diff) | |
download | historical-9ebb121625eed6dda8e984962081b2dca7951bf5.tar.gz historical-9ebb121625eed6dda8e984962081b2dca7951bf5.tar.bz2 historical-9ebb121625eed6dda8e984962081b2dca7951bf5.zip |
Force older deployment target on Yosemite for gcc-apple
Diffstat (limited to 'profiles/prefix/darwin')
-rw-r--r-- | profiles/prefix/darwin/macos/10.10/profile.bashrc | 5 |
1 files changed, 3 insertions, 2 deletions
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 |