summaryrefslogtreecommitdiff
path: root/devel/clanlib/files/patch-af
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-09-25 06:58:43 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-09-25 06:58:43 +0000
commit78d89936e265334c337c4a9858e8b4a26bf93b2b (patch)
tree6afe93024e33a60e5ce7d599152e7d61dca663f2 /devel/clanlib/files/patch-af
parentAdd a startup script for slapd. (diff)
Add clanlib - a cross-platform game SDK (yes, it works with svgalib :-> ).
Notes
Notes: svn path=/head/; revision=33083
Diffstat (limited to 'devel/clanlib/files/patch-af')
-rw-r--r--devel/clanlib/files/patch-af11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/clanlib/files/patch-af b/devel/clanlib/files/patch-af
new file mode 100644
index 000000000000..4c52580b98a9
--- /dev/null
+++ b/devel/clanlib/files/patch-af
@@ -0,0 +1,11 @@
+--- Sources/Core/System/Unix/mutex_pthread.cpp.orig Wed May 10 16:07:43 2000
++++ Sources/Core/System/Unix/mutex_pthread.cpp Wed May 10 16:07:55 2000
+@@ -33,7 +33,7 @@
+ {
+ pthread_mutexattr_t attr;
+ pthread_mutexattr_init(&attr);
+- pthread_mutexattr_setkind_np(&attr, PTHREAD_MUTEX_RECURSIVE_NP);
++ pthread_mutexattr_setkind_np(&attr, PTHREAD_MUTEX_RECURSIVE);
+ pthread_mutex_init(&mutex, &attr);
+ pthread_mutexattr_destroy(&attr);
+