aboutsummaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-third__party_swiftshader_src_Common_Configurator.cpp
blob: 7f3cdbba69c8a07fde79e681c6b232aca84f5ca9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- third_party/swiftshader/src/Common/Configurator.cpp.orig	2018-07-19 21:20:56.462917000 +0200
+++ third_party/swiftshader/src/Common/Configurator.cpp	2018-07-19 21:23:09.940292000 +0200
@@ -42,6 +42,9 @@
 
 	bool Configurator::readFile()
 	{
+#if defined(__FreeBSD__)
+                return false;
+#endif      
 		#if defined(__unix__)
 			if(access(path.c_str(), R_OK) != 0)
 			{