diff options
author | 2011-03-23 08:00:48 +0000 | |
---|---|---|
committer | 2011-03-23 08:00:48 +0000 | |
commit | e02c4b2177e55cc096ceb50ae8da146c8de9f7e2 (patch) | |
tree | 7b13728b130607d2ee6fb5ccdf6fd9c7e6c961d0 /sys-apps/baselayout-prefix/files/baselayout-1.12.5-prefix-chaining-pkgconfig.patch | |
parent | Fix slot-deps on gnome libs, remove old (diff) | |
download | gentoo-2-e02c4b2177e55cc096ceb50ae8da146c8de9f7e2.tar.gz gentoo-2-e02c4b2177e55cc096ceb50ae8da146c8de9f7e2.tar.bz2 gentoo-2-e02c4b2177e55cc096ceb50ae8da146c8de9f7e2.zip |
Move to gx86, bump for EAPI=3 and other small fixes, including bug #358823
(Portage version: 2.2.01.18125-prefix/cvs/Darwin powerpc)
Diffstat (limited to 'sys-apps/baselayout-prefix/files/baselayout-1.12.5-prefix-chaining-pkgconfig.patch')
-rw-r--r-- | sys-apps/baselayout-prefix/files/baselayout-1.12.5-prefix-chaining-pkgconfig.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sys-apps/baselayout-prefix/files/baselayout-1.12.5-prefix-chaining-pkgconfig.patch b/sys-apps/baselayout-prefix/files/baselayout-1.12.5-prefix-chaining-pkgconfig.patch new file mode 100644 index 000000000000..b0d7e79e26e1 --- /dev/null +++ b/sys-apps/baselayout-prefix/files/baselayout-1.12.5-prefix-chaining-pkgconfig.patch @@ -0,0 +1,16 @@ +diff -ru baselayout-1.12.5.orig/etc/profile baselayout-1.12.5/etc/profile +--- baselayout-1.12.5.orig/etc/profile 2009-07-14 09:48:59 +0200 ++++ baselayout-1.12.5/etc/profile 2009-07-14 09:50:48 +0200 +@@ -30,8 +30,11 @@ + if [[ -n "${_ro_root}" ]]; then + _ro_chained_path_vars="PATH MANPATH" + +- [[ ${_ro_deps} == *RDEPEND* ]] && ++ if [[ ${_ro_deps} == *RDEPEND* ]]; then + _ro_chained_path_vars="${_ro_chained_path_vars} PKG_CONFIG_PATH" ++ else ++ unset PKG_CONFIG_PATH ++ fi + + for var in ${_ro_chained_path_vars}; do + eval "_ro_backupenv_paths_${var}=\${${var}}" |