summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/default-darwin/macos/10.4/profile.bashrc')
-rw-r--r--profiles/default-darwin/macos/10.4/profile.bashrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/profiles/default-darwin/macos/10.4/profile.bashrc b/profiles/default-darwin/macos/10.4/profile.bashrc
index c8a32066bf8e..fca690771d97 100644
--- a/profiles/default-darwin/macos/10.4/profile.bashrc
+++ b/profiles/default-darwin/macos/10.4/profile.bashrc
@@ -1 +1,4 @@
-export MACOSX_DEPLOYMENT_TARGET="10.4"
+MACOSX_DEPLOYMENT_TARGET=10.4
+alias libtool=glibtool
+alias libtoolize=glibtoolize
+[ -x /usr/bin/gsed ] && alias sed=gsed