summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/yafray/files/yafray-0.0.9-asneeded.patch')
-rw-r--r--media-gfx/yafray/files/yafray-0.0.9-asneeded.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/media-gfx/yafray/files/yafray-0.0.9-asneeded.patch b/media-gfx/yafray/files/yafray-0.0.9-asneeded.patch
new file mode 100644
index 000000000000..bbd0e5ab5130
--- /dev/null
+++ b/media-gfx/yafray/files/yafray-0.0.9-asneeded.patch
@@ -0,0 +1,11 @@
+diff -ru yafray.orig/src/yafraycore/SConscript yafray/src/yafraycore/SConscript
+--- yafray.orig/src/yafraycore/SConscript 2008-12-21 23:57:48.000000000 +0100
++++ yafray/src/yafraycore/SConscript 2008-12-21 23:57:34.000000000 +0100
+@@ -48,6 +48,6 @@
+
+ core_env.Install(config.libpath,
+ core_env.SharedLibrary (target='yafraycore', source=source_files,
+- LIBS=config.pthread.libs + config.exr.libs))
++ LIBS=config.pthread.libs + config.exr.libs + config.dynload.libs))
+
+ core_env.Alias('install_core',config.libpath)