diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-03-18 08:48:54 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-03-18 08:48:54 +0000 |
commit | 5b53f0966ca15de171ce4f761a89dee482aaf9b9 (patch) | |
tree | c2d744f0c7564cadbc43d111c90bff213f2908ea | |
parent | 9b3894df446e2358e8355426148eb3a917a3f707 (diff) |
app-emulation/steam : adjust preloads for GCC 7.3.0
-rwxr-xr-x | app-emulation/steam/files/redcore-steam | 2 | ||||
-rw-r--r-- | app-emulation/steam/steam-1.0.0.45-r2.ebuild (renamed from app-emulation/steam/steam-1.0.0.45-r1.ebuild) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/steam/files/redcore-steam b/app-emulation/steam/files/redcore-steam index 9b624a54..72b29002 100755 --- a/app-emulation/steam/files/redcore-steam +++ b/app-emulation/steam/files/redcore-steam @@ -17,7 +17,7 @@ remove_some_bundled_libs () { } preload_some_system_libs () { - export LD_PRELOAD='/usr/lib32/gcc/x86_64-pc-linux-gnu/6.4.0/32/libstdc++.so.6 /usr/lib32/gcc/x86_64-pc-linux-gnu/6.4.0/32/libgcc_s.so.1 /usr/lib64/gcc/x86_64-pc-linux-gnu/6.4.0/libgcc_s.so.1 /usr/lib64/gcc/x86_64-pc-linux-gnu/6.4.0/32/libstdc++.so.6' + export LD_PRELOAD='/usr/lib32/gcc/x86_64-pc-linux-gnu/7.3.0/32/libstdc++.so.6 /usr/lib32/gcc/x86_64-pc-linux-gnu/7.3.0/32/libgcc_s.so.1 /usr/lib64/gcc/x86_64-pc-linux-gnu/7.3.0/libgcc_s.so.1 /usr/lib64/gcc/x86_64-pc-linux-gnu/7.3.0/32/libstdc++.so.6' # steam must be told where nvidia opengl libs live on gentoo systems # but this will break optimus, so check if we detect bbswitch in here # if we do, we do not preload nvidia opengl, as it will break steam diff --git a/app-emulation/steam/steam-1.0.0.45-r1.ebuild b/app-emulation/steam/steam-1.0.0.45-r2.ebuild index 993c0659..993c0659 100644 --- a/app-emulation/steam/steam-1.0.0.45-r1.ebuild +++ b/app-emulation/steam/steam-1.0.0.45-r2.ebuild |