aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/osg
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2008-09-26 01:53:05 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2008-09-26 01:53:05 +0800
commita61fcf265a34c7902a4b92b736d05a8b32abdcfe (patch)
tree910045538578d79d6b1ed1a4332bbb08e2c4b40c /graphics/osg
parentb9a65f1d4548111fc03c68e669b0ea50cbe5bce4 (diff)
downloadfreebsd-ports-gnome-a61fcf265a34c7902a4b92b736d05a8b32abdcfe.tar.gz
freebsd-ports-gnome-a61fcf265a34c7902a4b92b736d05a8b32abdcfe.tar.zst
freebsd-ports-gnome-a61fcf265a34c7902a4b92b736d05a8b32abdcfe.zip
- Forgotten patch to fix build on 8.x
Diffstat (limited to 'graphics/osg')
-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>