pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/erlang-epam
Module Name: pkgsrc
Committed By: wiedi
Date: Sun Jul 14 15:31:46 UTC 2019
Modified Files:
pkgsrc/security/erlang-epam: Makefile
Log Message:
erlang-epam: fix SunOS, needs socket libs
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/erlang-epam/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/erlang-epam/Makefile
diff -u pkgsrc/security/erlang-epam/Makefile:1.4 pkgsrc/security/erlang-epam/Makefile:1.5
--- pkgsrc/security/erlang-epam/Makefile:1.4 Sat Mar 24 14:29:19 2018
+++ pkgsrc/security/erlang-epam/Makefile Sun Jul 14 15:31:46 2019
@@ -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 @@ SUPERSEDES= erlang-p1_epam-[0-9]*
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