diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-04-20 22:22:30 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-04-20 22:22:30 +0100 |
commit | f55f93498c7c0f16aa038a4fa01cb41fd01712cd (patch) | |
tree | 2b51ab80d265a5d449295b966e08e10080ffcab0 | |
parent | 6aed5de010ac875f61641ad63bfe2e5fcc47a309 (diff) |
app-emulation/steam : use new gcc libs
-rwxr-xr-x | app-emulation/steam/files/redcore-steam | 2 | ||||
-rw-r--r-- | app-emulation/steam/steam-1.0.0.61-r1.ebuild (renamed from app-emulation/steam/steam-1.0.0.61.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 82c4e872..39f7beba 100755 --- a/app-emulation/steam/files/redcore-steam +++ b/app-emulation/steam/files/redcore-steam @@ -21,7 +21,7 @@ do_remove () { do_preload () { einfo "Preloading system libraries (libstdc++, libgcc_s)" - export LD_PRELOAD='/usr/lib64/gcc/x86_64-pc-linux-gnu/8.2.0/32/libstdc++.so.6 /usr/lib64/gcc/x86_64-pc-linux-gnu/8.2.0/32/libgcc_s.so.1 /usr/lib64/gcc/x86_64-pc-linux-gnu/8.2.0/libgcc_s.so.1 /usr/lib64/gcc/x86_64-pc-linux-gnu/8.2.0/32/libstdc++.so.6' + export LD_PRELOAD='/usr/lib64/gcc/x86_64-pc-linux-gnu/9.3.0/32/libstdc++.so.6 /usr/lib64/gcc/x86_64-pc-linux-gnu/9.3.0/32/libgcc_s.so.1 /usr/lib64/gcc/x86_64-pc-linux-gnu/9.3.0/libgcc_s.so.1 /usr/lib64/gcc/x86_64-pc-linux-gnu/9.3.0/32/libstdc++.so.6' } launch_steam () { diff --git a/app-emulation/steam/steam-1.0.0.61.ebuild b/app-emulation/steam/steam-1.0.0.61-r1.ebuild index 2b8eabd3..2b8eabd3 100644 --- a/app-emulation/steam/steam-1.0.0.61.ebuild +++ b/app-emulation/steam/steam-1.0.0.61-r1.ebuild |