mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Forgotten patch to fix build on 8.x
This commit is contained in:
parent
aafa486cc5
commit
a09e2de7df
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220770
2 changed files with 20 additions and 0 deletions
|
@ -0,0 +1,10 @@
|
|||
--- src/OpenThreads/pthreads/PThread.c++.orig 2008-09-25 18:28:42.000000000 +0400
|
||||
+++ src/OpenThreads/pthreads/PThread.c++ 2008-09-25 18:52:13.000000000 +0400
|
||||
@@ -21,6 +21,7 @@
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
#include <pthread.h>
|
||||
+#include <pthread_np.h>
|
||||
|
||||
#if defined __linux || defined __sun || defined __APPLE__
|
||||
#include <string.h>
|
|
@ -0,0 +1,10 @@
|
|||
--- src/OpenThreads/pthreads/PThread.c++.orig 2008-09-25 18:28:42.000000000 +0400
|
||||
+++ src/OpenThreads/pthreads/PThread.c++ 2008-09-25 18:52:13.000000000 +0400
|
||||
@@ -21,6 +21,7 @@
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
#include <pthread.h>
|
||||
+#include <pthread_np.h>
|
||||
|
||||
#if defined __linux || defined __sun || defined __APPLE__
|
||||
#include <string.h>
|
Loading…
Add table
Reference in a new issue