diff options
author | B. Watson <yalhcru@gmail.com> | 2011-07-17 11:58:17 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-07-17 11:58:17 -0500 |
commit | 3d9ef854c3b0e2e5e0d1b8bafe9dea8c96e6a3e1 (patch) | |
tree | b2a5ad52b4fa38ab618491da27ad8f50af8d7402 /audio/grip2/patches/grip2-nptl.diff | |
parent | fb0fb8df54bd2833fce97454b7c31c2da16f8015 (diff) |
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>
Diffstat (limited to 'audio/grip2/patches/grip2-nptl.diff')
-rw-r--r-- | audio/grip2/patches/grip2-nptl.diff | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/grip2/patches/grip2-nptl.diff b/audio/grip2/patches/grip2-nptl.diff new file mode 100644 index 0000000000000..36968fc3fde3a --- /dev/null +++ b/audio/grip2/patches/grip2-nptl.diff @@ -0,0 +1,12 @@ +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; |