diff options
author | Fabian Groffen <grobian@gentoo.org> | 2005-08-07 19:01:24 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2005-08-07 19:01:24 +0000 |
commit | f28d9f219ba4badeed6a3ac81f10b4900498b45b (patch) | |
tree | a2b762276c50bffb8b0144ef478453ed9f32e46a /profiles/default-darwin | |
parent | updated patches or gcc4/Darwin8 (diff) | |
download | historical-f28d9f219ba4badeed6a3ac81f10b4900498b45b.tar.gz historical-f28d9f219ba4badeed6a3ac81f10b4900498b45b.tar.bz2 historical-f28d9f219ba4badeed6a3ac81f10b4900498b45b.zip |
Export the MACOSX_DEPLOYMENT_TARGET variable so it is inherited by
subshells.
Diffstat (limited to 'profiles/default-darwin')
-rw-r--r-- | profiles/default-darwin/macos/10.4/profile.bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/default-darwin/macos/10.4/profile.bashrc b/profiles/default-darwin/macos/10.4/profile.bashrc index 8e91e770dfe5..a659807702a3 100644 --- a/profiles/default-darwin/macos/10.4/profile.bashrc +++ b/profiles/default-darwin/macos/10.4/profile.bashrc @@ -1,4 +1,4 @@ -MACOSX_DEPLOYMENT_TARGET=10.4 +export MACOSX_DEPLOYMENT_TARGET=10.4 # <usata@gentoo.org> (23 Sep 2004) # /usr/X11R6 is not in our PATH |