diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 22:01:24 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 22:01:24 +0000 |
commit | 11b0d3ddde2150d23a51c55b5597d968fe3a03bb (patch) | |
tree | 033e919c8c3370eefece9a149b26edc18d1cd93f /net-im/libjingle/files/patch-talk__base__thread.cc | |
parent | Fix build on local systems when ffmpeg-2.3.3 is installed. This removes the (diff) |
Remove non staged ports without pending PR from net-im and net-mgmt
Diffstat (limited to 'net-im/libjingle/files/patch-talk__base__thread.cc')
-rw-r--r-- | net-im/libjingle/files/patch-talk__base__thread.cc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/net-im/libjingle/files/patch-talk__base__thread.cc b/net-im/libjingle/files/patch-talk__base__thread.cc deleted file mode 100644 index 6e99cf5193a5..000000000000 --- a/net-im/libjingle/files/patch-talk__base__thread.cc +++ /dev/null @@ -1,10 +0,0 @@ ---- talk/base/thread.cc.orig 2008-09-06 23:02:42.000000000 -0300 -+++ talk/base/thread.cc 2008-09-06 23:03:04.000000000 -0300 -@@ -122,6 +122,7 @@ - pthread_attr_setschedparam(&attr, ¶m); - } - pthread_create(&thread_, &attr, PreRun, this); -+ pthread_attr_destroy(&attr); - started_ = true; - } - |