diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-01-07 00:31:13 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-01-07 00:31:13 +0000 |
commit | 6e76818b36c241ec194e661feff6b9ff76c7b24b (patch) | |
tree | 413f67b0d54427f75d00ed2359176a40e2251d36 /app-emulation/linux-steam-integration/files/bzip2.patch | |
parent | 978c210b9e6d03aa154c99eded6e30b823e395ff (diff) |
app-emulation/steam-native-runtime : new package
Diffstat (limited to 'app-emulation/linux-steam-integration/files/bzip2.patch')
-rw-r--r-- | app-emulation/linux-steam-integration/files/bzip2.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app-emulation/linux-steam-integration/files/bzip2.patch b/app-emulation/linux-steam-integration/files/bzip2.patch new file mode 100644 index 00000000..4a1d42d2 --- /dev/null +++ b/app-emulation/linux-steam-integration/files/bzip2.patch @@ -0,0 +1,12 @@ +diff -Nur a/src/intercept/main.c b/src/intercept/main.c +--- a/src/intercept/main.c 2019-01-15 12:00:18.000000000 +0000 ++++ b/src/intercept/main.c 2020-01-06 00:18:30.413665541 +0000 +@@ -323,7 +323,7 @@ + "libcurl-gnutls.so.4", + "libcurl.so.4", + +- "libbz2.so.1.0.6", ++ "libbz2.so.1.0", + + "libudev.so.1", + }; |