pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/biology/stacks stacks: needs -lsocket on SunOS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9819af236567
branches:  trunk
changeset: 377939:9819af236567
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Mon Apr 25 14:36:19 2022 +0000

description:
stacks: needs -lsocket on SunOS

diffstat:

 biology/stacks/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 426d114c725a -r 9819af236567 biology/stacks/Makefile
--- a/biology/stacks/Makefile   Mon Apr 25 14:34:06 2022 +0000
+++ b/biology/stacks/Makefile   Mon Apr 25 14:36:19 2022 +0000
@@ -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 @@
 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