slackbuilds_ponce/audio/grip2/patches/grip2-nptl.diff
B. Watson 3d9ef854c3 audio/grip2: Added (replaces multimedia/grip)
This is the "old" grip version for those who don't want all
of the "new" gnome deps to go along with it.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2011-07-17 11:58:17 -05:00

12 lines
408 B
Diff

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;