pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/biology/stacks
Module Name: pkgsrc
Committed By: tnn
Date: Mon Apr 25 14:36:19 UTC 2022
Modified Files:
pkgsrc/biology/stacks: Makefile
Log Message:
stacks: needs -lsocket on SunOS
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/biology/stacks/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/biology/stacks/Makefile
diff -u pkgsrc/biology/stacks/Makefile:1.7 pkgsrc/biology/stacks/Makefile:1.8
--- pkgsrc/biology/stacks/Makefile:1.7 Thu Mar 17 23:49:08 2022
+++ pkgsrc/biology/stacks/Makefile Mon Apr 25 14:36:19 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2022/03/17 23:49:08 bacon Exp $
+# $NetBSD: Makefile,v 1.8 2022/04/25 14:36:19 tnn Exp $
DISTNAME= stacks-2.60
CATEGORIES= biology
@@ -39,6 +39,8 @@ SUBST_SED.sed= -e 's|sed -i.bkp|/usr/bi
CFLAGS+= -fopenmp
.endif
+LDFLAGS.SunOS+= -lsocket
+
.include "../../lang/python/application.mk"
.include "../../math/R/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index