summaryrefslogtreecommitdiffstats
path: root/graphics/vsxu/00_libdir.diff
diff options
context:
space:
mode:
author Christoph Willing <chris.willing@linux.com>2019-03-19 15:49:36 +1000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-03-23 09:59:38 +0700
commit56ebcbc4ba209a88354264a68c4ab826ff860784 (patch)
tree09473740fc213bcea3d50e3c7847102df26075d9 /graphics/vsxu/00_libdir.diff
parent4fa40347a86b75627e1935d1f154b5c03f84368d (diff)
downloadslackbuilds-56ebcbc4ba209a88354264a68c4ab826ff860784.tar.gz
slackbuilds-56ebcbc4ba209a88354264a68c4ab826ff860784.tar.xz
graphics/vsxu: Fix plugins location
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Diffstat (limited to 'graphics/vsxu/00_libdir.diff')
-rw-r--r--graphics/vsxu/00_libdir.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/vsxu/00_libdir.diff b/graphics/vsxu/00_libdir.diff
new file mode 100644
index 0000000000..c9becae276
--- /dev/null
+++ b/graphics/vsxu/00_libdir.diff
@@ -0,0 +1,11 @@
+--- vsx_platform.h.orig 2019-03-19 10:38:34.582591102 +1000
++++ vsx_platform.h 2019-03-19 11:30:54.854922482 +1000
+@@ -66,7 +66,7 @@
+ #define PLATFORM_NAME "GNU / Linux"
+ #define PLATFORM_FAMILY PLATFORM_FAMILY_UNIX
+ #define PLATFORM_SHARED_FILES vsx_string<>(get_exec_path().c_str()) + "/../share/vsxu/"
+- #define VSXU_PLUGIN_LOCATION vsx_string<>(get_exec_path().c_str()) + "/../lib/vsxu/plugins"
++ #define VSXU_PLUGIN_LOCATION vsx_string<>(get_exec_path().c_str()) + "/../lib64/vsxu/plugins"
+ #define PLATFORM_DLL_SUFFIX ".so"
+ #ifdef PLATFORM_SHARED_FILES_STL
+ #define PLATFORM_SHARED_FILES_STLSTRING get_exec_path() + std::string("/../share/vsxu/")