aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology/wcd/files/wcd-0.6.3-ldflags.patch')
-rw-r--r--sci-biology/wcd/files/wcd-0.6.3-ldflags.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/sci-biology/wcd/files/wcd-0.6.3-ldflags.patch b/sci-biology/wcd/files/wcd-0.6.3-ldflags.patch
new file mode 100644
index 000000000..d697d00b7
--- /dev/null
+++ b/sci-biology/wcd/files/wcd-0.6.3-ldflags.patch
@@ -0,0 +1,16 @@
+ src/Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/Makefile.am b/src/Makefile.am
+index e986a91..ff87e29 100644
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -7,7 +7,7 @@ wcd_CFLAGS += -DMPI
+ endif
+ if PTHREADS
+ wcd_CFLAGS += -DPTHREADS
+-wcd_LDFLAGS += -lpthread
++wcd_LDADD = -lpthread
+ endif
+ if !COMPILER
+ wcd_CFLAGS += -DNOINLINE