pkgsrc-wip -- http://pkgsrc.org/wip/
/
pkgsrc-wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91914a7
)
rna-star: Remove useless -pthread
author
Jason Bacon
<bacon@NetBSD.org>
Mon, 31 Jul 2023 14:21:14 +0000
(09:21 -0500)
committer
Jason Bacon
<bacon@NetBSD.org>
Mon, 31 Jul 2023 14:21:56 +0000
(09:21 -0500)
Artifact copied from another package
rna-star/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/rna-star/Makefile
b/rna-star/Makefile
index 26e0cbb2b913810fa07b1285acc2b8ecc913c53b..e5aa4cda2592781b0a8e512150299faa7cc2dd88 100644
(file)
--- a/
rna-star/Makefile
+++ b/
rna-star/Makefile
@@
-53,7
+53,7
@@
SUBST_CLASSES+= openmp
SUBST_SED.openmp= -e 's|-fopenmp|-Xpreprocessor &|g'
SUBST_STAGE.openmp= pre-configure
SUBST_FILES.openmp= Makefile
-LDFLAGS+= -L${PREFIX}/lib -lomp -
pthread -
lm
+LDFLAGS+= -L${PREFIX}/lib -lomp -lm
.include "../../parallel/openmp/buildlink3.mk"
.endif