summarylogtreecommitdiffstats
path: root/wayland_and_openssl.patch
diff options
context:
space:
mode:
authorMarcin Nowak2017-05-05 23:51:54 +0200
committerMarcin Nowak2017-05-05 23:51:54 +0200
commit14c2a94c45e0396ad7017fdef796ac54fe564e23 (patch)
treec469bf5c6d05ae7e9731c5e9d78650cb8606c974 /wayland_and_openssl.patch
parente4e8279324cb08a49969a83d5746a457534975e0 (diff)
downloadaur-14c2a94c45e0396ad7017fdef796ac54fe564e23.tar.gz
fix openssl1.0 errors (thx to nucularJohn), set X11 backend for Wayland session
Diffstat (limited to 'wayland_and_openssl.patch')
-rw-r--r--wayland_and_openssl.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/wayland_and_openssl.patch b/wayland_and_openssl.patch
new file mode 100644
index 000000000000..28cfdba09fa4
--- /dev/null
+++ b/wayland_and_openssl.patch
@@ -0,0 +1,10 @@
+diff -ura lwks/pkg/lwks/usr/bin/lightworks lwks.patched/pkg/lwks/usr/bin/lightworks
+--- lwks/pkg/lwks/usr/bin/lightworks 2017-04-03 17:41:56.000000000 +0200
++++ lwks.patched/pkg/lwks/usr/bin/lightworks 2017-05-05 23:36:06.564547605 +0200
+@@ -32,4 +32,4 @@
+ fi
+
+ #Launch the app
+-/usr/lib/lightworks/ntcardvt
++GDK_BACKEND=x11 LD_PRELOAD="libcrypto-compat.so.1.0.0 libssl-compat.so.1.0.0 libcurl-openssl-1.0.so" /usr/lib/lightworks/ntcardvt
+Only in lwks: wayland_and_openssl.patch