summarylogtreecommitdiffstats
path: root/zynaddsubfx-mruby-zest-build-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-mruby-zest-build-libzest_location.patch
parent8f42c19e29cd9aa25d6075b6aadf6d6d81f972b0 (diff)
downloadaur-zynaddsubfx-git.tar.gz
Drop lash and update to zest GUI Module.
Diffstat (limited to 'zynaddsubfx-mruby-zest-build-libzest_location.patch')
-rw-r--r--zynaddsubfx-mruby-zest-build-libzest_location.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/zynaddsubfx-mruby-zest-build-libzest_location.patch b/zynaddsubfx-mruby-zest-build-libzest_location.patch
new file mode 100644
index 000000000000..26dad9247788
--- /dev/null
+++ b/zynaddsubfx-mruby-zest-build-libzest_location.patch
@@ -0,0 +1,13 @@
+diff --git i/test-libversion.c w/test-libversion.c
+index 808c01f..a122585 100644
+--- i/test-libversion.c
++++ w/test-libversion.c
+@@ -660,7 +660,7 @@ int main(int argc, char **argv)
+ if(!handle)
+ 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);
+ #endif
+ if(!handle) {
+ printf("[ERROR] Cannot Open libzest.so\n");