summaryrefslogtreecommitdiffstats
path: root/audio/grip2/patches/grip2-nptl.diff
diff options
context:
space:
mode:
Diffstat (limited to 'audio/grip2/patches/grip2-nptl.diff')
-rw-r--r--audio/grip2/patches/grip2-nptl.diff12
1 files changed, 0 insertions, 12 deletions
diff --git a/audio/grip2/patches/grip2-nptl.diff b/audio/grip2/patches/grip2-nptl.diff
deleted file mode 100644
index 36968fc3fd..0000000000
--- a/audio/grip2/patches/grip2-nptl.diff
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur grip-2.93.orig/grip.c grip-2.93/grip.c
---- grip-2.93.orig/grip.c 2007-04-19 01:15:23.000000000 -0400
-+++ grip-2.93/grip.c 2007-04-19 01:34:39.000000000 -0400
-@@ -1637,7 +1637,7 @@
- #if defined(SOLARIS) || defined(__FreeBSD__)
- pthread_exit(&status);
- #else
-- pthread_kill_other_threads_np();
-+ /* pthread_kill_other_threads_np(); */
- #endif
- Debug("Aborted\n");
- looking_up=FALSE;