aboutsummaryrefslogtreecommitdiff
path: root/devel/electron13/files/patch-third__party_swiftshader_src_Common_MutexLock.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron13/files/patch-third__party_swiftshader_src_Common_MutexLock.hpp')
-rw-r--r--devel/electron13/files/patch-third__party_swiftshader_src_Common_MutexLock.hpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron13/files/patch-third__party_swiftshader_src_Common_MutexLock.hpp b/devel/electron13/files/patch-third__party_swiftshader_src_Common_MutexLock.hpp
deleted file mode 100644
index 28e339df168a..000000000000
--- a/devel/electron13/files/patch-third__party_swiftshader_src_Common_MutexLock.hpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- third_party/swiftshader/src/Common/MutexLock.hpp.orig 2021-01-07 00:39:34 UTC
-+++ third_party/swiftshader/src/Common/MutexLock.hpp
-@@ -17,7 +17,7 @@
-
- #include "Thread.hpp"
-
--#if defined(__linux__)
-+#if defined(__linux__) || defined(__FreeBSD__)
- // Use a pthread mutex on Linux. Since many processes may use SwiftShader
- // at the same time it's best to just have the scheduler overhead.
- #include <pthread.h>