aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third__party_swiftshader_src_Common_Configurator.cpp
blob: a1e1ccf4a0f1b2f452ef2e27bc8227aec08d16c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- third_party/swiftshader/src/Common/Configurator.cpp.orig	2019-03-11 22:08:03 UTC
+++ third_party/swiftshader/src/Common/Configurator.cpp
@@ -42,6 +42,9 @@ namespace sw
 
 	bool Configurator::readFile()
 	{
+#if defined(__FreeBSD__)
+                return false;
+#endif      
 		#if defined(__unix__)
 			if(access(path.c_str(), R_OK) != 0)
 			{