summarylogtreecommitdiffstats
path: root/cmake-threadlib.patch
blob: 323e049ff90bee1ad115f32c9ffbe81b030ee112 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
diff --unified --recursive --text --color package.orig/ike/CMakeLists.txt package.new/ike/CMakeLists.txt
--- a/CMakeLists.txt	2022-04-04 14:41:54.512667837 -0500
+++ b/CMakeLists.txt	2022-04-04 14:42:13.302667617 -0500
@@ -321,15 +321,15 @@
 
 endif( NOT CMAKE_USE_PTHREADS_INIT )
 
-if( NOT APPLE )
-
-	check_library_exists(
-		${CMAKE_THREAD_LIBS_INIT}
-		"pthread_mutex_timedlock"
-		""
-		FUNC_LIB_TIMEDLOCK )
-
-endif( NOT APPLE )
+#if( NOT APPLE )
+#
+#	check_library_exists(
+#		${CMAKE_THREAD_LIBS_INIT}
+#		"pthread_mutex_timedlock"
+#		""
+#		FUNC_LIB_TIMEDLOCK )
+#
+#endif( NOT APPLE )
 
 if( FUNC_LIB_TIMEDLOCK )