pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/krfb krfb: SunOS needs socket libraries.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c09b3fccab3c
branches:  trunk
changeset: 379463:c09b3fccab3c
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Tue May 17 13:58:08 2022 +0000

description:
krfb: SunOS needs socket libraries.

diffstat:

 net/krfb/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r edb790d7001c -r c09b3fccab3c net/krfb/Makefile
--- a/net/krfb/Makefile Tue May 17 13:52:09 2022 +0000
+++ b/net/krfb/Makefile Tue May 17 13:58:08 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2022/04/18 19:11:51 adam Exp $
+# $NetBSD: Makefile,v 1.52 2022/05/17 13:58:08 jperkin Exp $
 
 DISTNAME=      krfb-${KAPPSVER}
 PKGREVISION=   8
@@ -14,6 +14,8 @@
 
 USE_TOOLS+=    msgmerge pkg-config
 
+LDFLAGS.SunOS+=        -lsocket -lnsl
+
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../net/kdnssd/buildlink3.mk"
 .include "../../net/libvncserver/buildlink3.mk"



Home | Main Index | Thread Index | Old Index