summaryrefslogtreecommitdiff
path: root/skip/zynaddsubfx/zynaddsubfx-3.0.6-libzest_location.patch
diff options
context:
space:
mode:
Diffstat (limited to 'skip/zynaddsubfx/zynaddsubfx-3.0.6-libzest_location.patch')
-rw-r--r--skip/zynaddsubfx/zynaddsubfx-3.0.6-libzest_location.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/skip/zynaddsubfx/zynaddsubfx-3.0.6-libzest_location.patch b/skip/zynaddsubfx/zynaddsubfx-3.0.6-libzest_location.patch
deleted file mode 100644
index ce14e67..0000000
--- a/skip/zynaddsubfx/zynaddsubfx-3.0.6-libzest_location.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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