summaryrefslogtreecommitdiff
path: root/media-gfx/yafaray/files/yafaray-3.3.0-blender-exporter-paths.patch
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/yafaray/files/yafaray-3.3.0-blender-exporter-paths.patch')
-rw-r--r--media-gfx/yafaray/files/yafaray-3.3.0-blender-exporter-paths.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/media-gfx/yafaray/files/yafaray-3.3.0-blender-exporter-paths.patch b/media-gfx/yafaray/files/yafaray-3.3.0-blender-exporter-paths.patch
deleted file mode 100644
index 9bf4f2b91f68..000000000000
--- a/media-gfx/yafaray/files/yafaray-3.3.0-blender-exporter-paths.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/work/Blender-Exporter-3.3.0/__init__.py b/work/Blender-Exporter-3.3.0/__init__.py
-index 85dc1c2..70a79e8 100644
---- a/__init__.py
-+++ b/__init__.py
-@@ -22,8 +22,8 @@ import sys
- import os
- import ctypes
-
--PLUGIN_PATH = os.path.join(__path__[0], 'bin', 'yafaray-plugins')
--BIN_PATH = os.path.join(__path__[0], 'bin')
-+PLUGIN_PATH = '/usr/lib/yafaray-plugins'
-+BIN_PATH = '/usr/bin'
- YAF_ID_NAME = "YAFA_V3_RENDER"
-
- # Version to be automatically populated during the cmake build process, getting the version from git tags