diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-11-16 21:19:12 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-11-16 21:19:12 +0000 |
commit | 802c3491919735bc805fedfd101901f5b64a77b8 (patch) | |
tree | 5150cc8c335c2b9a07b99c64c8d443ebc411826e /app-emulation/steam | |
parent | 4bd9cb6bedf755ecb9fb4cfae4c40472cd4ebcc3 (diff) |
adjust steam to work nice with gcc 5.4.0
Diffstat (limited to 'app-emulation/steam')
-rwxr-xr-x | app-emulation/steam/files/redcore-steam | 2 | ||||
-rw-r--r-- | app-emulation/steam/steam-1.0.0.45-r8.ebuild (renamed from app-emulation/steam/steam-1.0.0.45-r7.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 f83f5115..f357bc0b 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/4.9.3/32/libstdc++.so.6 /usr/lib32/gcc/x86_64-pc-linux-gnu/4.9.3/32/libgcc_s.so.1 /usr/lib64/gcc/x86_64-pc-linux-gnu/4.9.3/libgcc_s.so.1 /usr/lib64/gcc/x86_64-pc-linux-gnu/4.9.3/32/libstdc++.so.6' + export LD_PRELOAD='/usr/lib32/gcc/x86_64-pc-linux-gnu/5.4.0/32/libstdc++.so.6 /usr/lib32/gcc/x86_64-pc-linux-gnu/5.4.0/32/libgcc_s.so.1 /usr/lib64/gcc/x86_64-pc-linux-gnu/5.4.0/libgcc_s.so.1 /usr/lib64/gcc/x86_64-pc-linux-gnu/5.4.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-r7.ebuild b/app-emulation/steam/steam-1.0.0.45-r8.ebuild index e4a19487..e4a19487 100644 --- a/app-emulation/steam/steam-1.0.0.45-r7.ebuild +++ b/app-emulation/steam/steam-1.0.0.45-r8.ebuild |