Sophie

Sophie

distrib > Mandriva > 2008.0 > x86_64 > by-pkgid > 8c1a96618c5f76e0d4006fa5d8b85d82 > files > 4

blender-2.45-2.1mdv2008.0.src.rpm

--- blender/source/blender/yafray/intern/export_Plugin.cpp.yafray64	2005-10-25 11:30:54.000000000 +0200
+++ blender/source/blender/yafray/intern/export_Plugin.cpp	2006-07-08 20:44:45.000000000 +0200
@@ -98,6 +98,9 @@
 	static char *alternative[]=
 	{
 		"/usr/local/lib/",
+#ifdef __x86_64__
+		"/usr/lib64/",
+#endif
 		"/usr/lib/",
 		NULL
 	};
@@ -121,6 +124,9 @@
 	static char *alternative[]=
 	{
 		"/usr/local/lib/yafray",
+#ifdef __x86_64__
+		"/usr/lib64/yafray",
+#endif
 		"/usr/lib/yafray",
 		NULL
 	};