summarylogtreecommitdiffstats
path: root/zynaddsubfx-libzest_location.patch
diff options
context:
space:
mode:
authorLlewelyn Trahaearn2022-12-27 20:06:00 -0800
committerLlewelyn Trahaearn2022-12-27 20:06:00 -0800
commit4ddb1ffd7d86107a42040dc300a0522d36b59053 (patch)
tree9871056ec7776d8592342cd5090573c67646b1b4 /zynaddsubfx-libzest_location.patch
parent8f42c19e29cd9aa25d6075b6aadf6d6d81f972b0 (diff)
downloadaur-4ddb1ffd7d86107a42040dc300a0522d36b59053.tar.gz
Drop lash and update to zest GUI Module.
Diffstat (limited to 'zynaddsubfx-libzest_location.patch')
-rw-r--r--zynaddsubfx-libzest_location.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/zynaddsubfx-libzest_location.patch b/zynaddsubfx-libzest_location.patch
new file mode 100644
index 000000000000..ce14e6735e6c
--- /dev/null
+++ b/zynaddsubfx-libzest_location.patch
@@ -0,0 +1,13 @@
+diff --git i/src/Plugin/ZynAddSubFX/ZynAddSubFX-UI-Zest.cpp w/src/Plugin/ZynAddSubFX/ZynAddSubFX-UI-Zest.cpp
+index 0829e889..010e1fac 100644
+--- i/src/Plugin/ZynAddSubFX/ZynAddSubFX-UI-Zest.cpp
++++ w/src/Plugin/ZynAddSubFX/ZynAddSubFX-UI-Zest.cpp
+@@ -68,7 +68,7 @@ public:
+ #else
+ handle = dlopen("./libzest.so", RTLD_LAZY);
+ if(!handle)
+- handle = dlopen("/opt/zyn-fusion/libzest.so", RTLD_LAZY);
++ handle = dlopen("/usr/lib/zynaddsubfx/libzest.so", RTLD_LAZY);
+ if(!handle)
+ handle = dlopen("libzest.so", RTLD_LAZY);
+ #endif