diff options
author | Fabian Groffen <grobian@gentoo.org> | 2012-07-31 16:25:04 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2012-07-31 16:25:04 +0000 |
commit | 7c7dd485aaf5541d223c23d4e381051189f8847d (patch) | |
tree | 32286f0fb183f88e8046eccab20ea51221ee2959 /profiles/prefix | |
parent | Add Mac OS X Mountain Lion (10.8) profiles (diff) | |
download | historical-7c7dd485aaf5541d223c23d4e381051189f8847d.tar.gz historical-7c7dd485aaf5541d223c23d4e381051189f8847d.tar.bz2 historical-7c7dd485aaf5541d223c23d4e381051189f8847d.zip |
MACOSX_DEPLOYMENT_TARGET: Mountain Lion is 10.8
Diffstat (limited to 'profiles/prefix')
-rw-r--r-- | profiles/prefix/darwin/macos/10.8/make.defaults | 4 | ||||
-rw-r--r-- | profiles/prefix/darwin/macos/10.8/profile.bashrc | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/profiles/prefix/darwin/macos/10.8/make.defaults b/profiles/prefix/darwin/macos/10.8/make.defaults index 4375d086679c..943031845fc5 100644 --- a/profiles/prefix/darwin/macos/10.8/make.defaults +++ b/profiles/prefix/darwin/macos/10.8/make.defaults @@ -1,5 +1,5 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.8/make.defaults,v 1.1 2012/07/31 16:19:51 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.8/make.defaults,v 1.2 2012/07/31 16:25:04 grobian Exp $ -MACOSX_DEPLOYMENT_TARGET="10.7" +MACOSX_DEPLOYMENT_TARGET="10.8" diff --git a/profiles/prefix/darwin/macos/10.8/profile.bashrc b/profiles/prefix/darwin/macos/10.8/profile.bashrc index 32e83e525ca2..e62efd34c135 100644 --- a/profiles/prefix/darwin/macos/10.8/profile.bashrc +++ b/profiles/prefix/darwin/macos/10.8/profile.bashrc @@ -1,5 +1,5 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.8/profile.bashrc,v 1.1 2012/07/31 16:19:51 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.8/profile.bashrc,v 1.2 2012/07/31 16:25:04 grobian Exp $ -export MACOSX_DEPLOYMENT_TARGET=10.7 +export MACOSX_DEPLOYMENT_TARGET=10.8 |