pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/erlang-epam erlang-epam: fix SunOS, needs soc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cf5e417329f4
branches:  trunk
changeset: 336426:cf5e417329f4
user:      wiedi <wiedi%pkgsrc.org@localhost>
date:      Sun Jul 14 15:31:46 2019 +0000

description:
erlang-epam: fix SunOS, needs socket libs

diffstat:

 security/erlang-epam/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 994417641cb7 -r cf5e417329f4 security/erlang-epam/Makefile
--- a/security/erlang-epam/Makefile     Sun Jul 14 15:21:32 2019 +0000
+++ b/security/erlang-epam/Makefile     Sun Jul 14 15:31:46 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2018/03/24 14:29:19 fhajny Exp $
+# $NetBSD: Makefile,v 1.5 2019/07/14 15:31:46 wiedi Exp $
 
 DISTNAME=      epam-1.0.4
 CATEGORIES=    security
@@ -15,7 +15,7 @@
 
 GNU_CONFIGURE= yes
 
-LDFLAGS.SunOS+=        -lnsl
+LDFLAGS.SunOS+=        -lnsl -lsocket
 
 .include "../../lang/erlang/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index