pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

rna-star: Remove useless -pthread



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Mon Jul 31 09:21:14 2023 -0500
Changeset:	a0bc69e7a5893d774902fe1a39dc8e09a1f769a0

Modified Files:
	rna-star/Makefile

Log Message:
rna-star: Remove useless -pthread

Artifact copied from another package

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a0bc69e7a5893d774902fe1a39dc8e09a1f769a0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 rna-star/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/rna-star/Makefile b/rna-star/Makefile
index 26e0cbb2b9..e5aa4cda25 100644
--- 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
 


Home | Main Index | Thread Index | Old Index