aboutsummaryrefslogtreecommitdiff
path: root/graphics/yafaray/files/patch-src_yafraycore_threadedscene.cc
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/yafaray/files/patch-src_yafraycore_threadedscene.cc')
-rw-r--r--graphics/yafaray/files/patch-src_yafraycore_threadedscene.cc13
1 files changed, 0 insertions, 13 deletions
diff --git a/graphics/yafaray/files/patch-src_yafraycore_threadedscene.cc b/graphics/yafaray/files/patch-src_yafraycore_threadedscene.cc
deleted file mode 100644
index fa5e770f96a6..000000000000
--- a/graphics/yafaray/files/patch-src_yafraycore_threadedscene.cc
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/yafraycore/threadedscene.cc.orig Mon Jul 4 11:01:46 2005
-+++ src/yafraycore/threadedscene.cc Sat Sep 23 00:16:35 2006
-@@ -35,6 +35,10 @@
- #include <semaphore.h>
- #include<map>
-
-+#ifdef __FreeBSD__
-+#include<sys/time.h>
-+#endif
-+
- sem_t pstop;
-
-