grobian 14/10/21 18:56:28 Modified: profile.bashrc Log: Force older deployment target on Yosemite for gcc-apple
Revision Changes Path 1.2 profiles/prefix/darwin/macos/10.10/profile.bashrc file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/macos/10.10/profile.bashrc?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/macos/10.10/profile.bashrc?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/macos/10.10/profile.bashrc?r1=1.1&r2=1.2 Index: profile.bashrc =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.10/profile.bashrc,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- profile.bashrc 19 Oct 2014 17:42:23 -0000 1.1 +++ profile.bashrc 21 Oct 2014 18:56:28 -0000 1.2 @@ -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