diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-09-23 08:54:48 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-09-23 08:54:48 +0000 |
commit | 9469705b76b23020afe82b9bdb68e9e8cb74f743 (patch) | |
tree | 7d6d97aa6d2293d13dc276914228d7ad4af008ba /profiles | |
parent | prepgamesdirs (diff) | |
download | historical-9469705b76b23020afe82b9bdb68e9e8cb74f743.tar.gz historical-9469705b76b23020afe82b9bdb68e9e8cb74f743.tar.bz2 historical-9469705b76b23020afe82b9bdb68e9e8cb74f743.zip |
Added /usr/X11R6/bin to PATH and /usr/X11R6/lib/pkgconfig to PKG_CONFIG_PATH.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-macos/ppc/10.3/profile.bashrc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/profiles/default-macos/ppc/10.3/profile.bashrc b/profiles/default-macos/ppc/10.3/profile.bashrc index f4dc14b5a88c..30b1892e6908 100644 --- a/profiles/default-macos/ppc/10.3/profile.bashrc +++ b/profiles/default-macos/ppc/10.3/profile.bashrc @@ -1,3 +1,8 @@ +# <usata@gentoo.org> (23 Sep 2004) +# /usr/X11R6 is not in our PATH +export PATH="${PATH}:/usr/X11R6/bin" +export PKG_CONFIG_PATH="${PKG_CONFIG_PATH}:/usr/X11R6/lib/pkgconfig" + alias libtool=glibtool alias libtoolize=glibtoolize alias sed=gsed |