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, 0 insertions, 16 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
deleted file mode 100644
index d697d00b7..000000000
--- a/sci-biology/wcd/files/wcd-0.6.3-ldflags.patch
+++ /dev/null
@@ -1,16 +0,0 @@
- 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