pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/kwallet kwallet: Needs socket libraries.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/be7afa5537be
branches:  trunk
changeset: 444870:be7afa5537be
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Jan 14 09:22:11 2021 +0000

description:
kwallet: Needs socket libraries.

diffstat:

 security/kwallet/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r ef0752c24d1b -r be7afa5537be security/kwallet/Makefile
--- a/security/kwallet/Makefile Thu Jan 14 08:50:02 2021 +0000
+++ b/security/kwallet/Makefile Thu Jan 14 09:22:11 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2021/01/01 09:52:12 ryoon Exp $
+# $NetBSD: Makefile,v 1.63 2021/01/14 09:22:11 jperkin Exp $
 
 DISTNAME=      kwallet-${KF5VER}
 PKGREVISION=   5
@@ -14,6 +14,8 @@
 
 USE_TOOLS+=    msgmerge
 
+LDFLAGS.SunOS+=        -lsocket
+
 .include "../../lang/python/tool.mk"
 .include "../../devel/knotifications/buildlink3.mk"
 .include "../../devel/kservice/buildlink3.mk"



Home | Main Index | Thread Index | Old Index