aboutsummaryrefslogtreecommitdiff
path: root/graphics/osg/files
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2008-09-25 17:53:05 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2008-09-25 17:53:05 +0000
commita09e2de7df712ed16c18f49fcaafd95b5e9bd3fa (patch)
treed9e49bbb9604990aa50d4dbe5ea11f96884d9cf1 /graphics/osg/files
parentaafa486cc5e19e065e44af318e0a0ad96ee5ae30 (diff)
downloadports-a09e2de7df712ed16c18f49fcaafd95b5e9bd3fa.tar.gz
ports-a09e2de7df712ed16c18f49fcaafd95b5e9bd3fa.zip
- Forgotten patch to fix build on 8.x
Notes
Notes: svn path=/head/; revision=220770
Diffstat (limited to 'graphics/osg/files')
-rw-r--r--graphics/osg/files/patch-src-OpenThreads-pthreads-PThread.c++10
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/osg/files/patch-src-OpenThreads-pthreads-PThread.c++ b/graphics/osg/files/patch-src-OpenThreads-pthreads-PThread.c++
new file mode 100644
index 000000000000..351452e25e7c
--- /dev/null
+++ b/graphics/osg/files/patch-src-OpenThreads-pthreads-PThread.c++
@@ -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>