We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c8fa66 commit 9f3596eCopy full SHA for 9f3596e
recipes/pylibpd/patches/threadfix.patch
@@ -1,10 +1,10 @@
1
---- python/setup-threadfix.py 2013-05-29 13:10:16.000000000 -0400
2
-+++ python/setup.py 2013-06-07 11:53:34.447298388 -0400
3
-@@ -22,7 +22,6 @@
+--- python/setup.py 2015-08-18 11:15:35.546257493 +0200
++++ python/setup-threadfix.py 2015-08-18 11:32:16.784394028 +0200
+@@ -24,7 +24,6 @@
4
libraries = [
5
'm',
6
'dl',
7
-- 'pthread',
+- 'pthread'
8
],
9
- sources=[
+ sources = [
10
'pylibpd.i',
0 commit comments