aboutsummaryrefslogtreecommitdiff
path: root/games/paintown/files/patch-src__hawknl__src__htmutex.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/paintown/files/patch-src__hawknl__src__htmutex.c')
-rw-r--r--games/paintown/files/patch-src__hawknl__src__htmutex.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/games/paintown/files/patch-src__hawknl__src__htmutex.c b/games/paintown/files/patch-src__hawknl__src__htmutex.c
deleted file mode 100644
index 5d33c666527d..000000000000
--- a/games/paintown/files/patch-src__hawknl__src__htmutex.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/hawknl/src/htmutex.c.orig 2010-04-14 20:48:09.000000000 +0200
-+++ src/hawknl/src/htmutex.c 2010-04-14 20:48:09.000000000 +0200
-@@ -72,7 +72,7 @@
- return ENOMEM;
- }
- (void)pthread_mutexattr_init(&attr);
--#if defined MACOSX
-+#if defined MACOSX || defined __FreeBSD__
- /* GUSI is not fully POSIX compliant, and does not
- * define PTHREAD_MUTEX_ERRORCHECK
- * http://lists.apple.com/archives/unix-porting/2005/May/msg00021.html