mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
11 lines
339 B
C++
11 lines
339 B
C++
--- gnuradio-runtime/lib/thread/thread.cc.orig 2025-04-10 17:29:44 UTC
|
|
+++ gnuradio-runtime/lib/thread/thread.cc
|
|
@@ -22,7 +22,7 @@
|
|
defined(__NetBSD__) || defined(__OpenBSD__)
|
|
#define __GR_TARGET_BSD__
|
|
#include <pthread.h>
|
|
-#ifdef __OpenBSD__
|
|
+#if defined(__OpenBSD__) || defined(__FreeBSD__)
|
|
#include <pthread_np.h>
|
|
#endif
|
|
#else
|