pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/kwallet



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Jan 14 09:22:11 UTC 2021

Modified Files:
        pkgsrc/security/kwallet: Makefile

Log Message:
kwallet: Needs socket libraries.


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/security/kwallet/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/kwallet/Makefile
diff -u pkgsrc/security/kwallet/Makefile:1.62 pkgsrc/security/kwallet/Makefile:1.63
--- pkgsrc/security/kwallet/Makefile:1.62       Fri Jan  1 09:52:12 2021
+++ pkgsrc/security/kwallet/Makefile    Thu Jan 14 09:22:11 2021
@@ -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 @@ BUILD_DEPENDS+=       kdoctools>=${KF5VER}:../
 
 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