summaryrefslogtreecommitdiff
path: root/net/krdc
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2022-05-17 13:52:09 +0000
committerjperkin <jperkin@pkgsrc.org>2022-05-17 13:52:09 +0000
commit8525cb222ad5f51b1e49361d9e57138c07b5b536 (patch)
treee1a47ca37490c46b24c4c4af92ab99a79e821108 /net/krdc
parentc4a01d9460bf3f91cddcb558584ea9971d067a03 (diff)
downloadpkgsrc-8525cb222ad5f51b1e49361d9e57138c07b5b536.tar.gz
krdc: SunOS needs socket libraries.
Diffstat (limited to 'net/krdc')
-rw-r--r--net/krdc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/krdc/Makefile b/net/krdc/Makefile
index 8e306a04bf9..a5877a6b418 100644
--- a/net/krdc/Makefile
+++ b/net/krdc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2022/04/18 19:11:51 adam Exp $
+# $NetBSD: Makefile,v 1.55 2022/05/17 13:52:09 jperkin Exp $
DISTNAME= krdc-${KAPPSVER}
PKGREVISION= 8
@@ -14,6 +14,8 @@ BUILD_DEPENDS+= kdoctools>=5.19.0:../../devel/kdoctools
USE_TOOLS+= msgmerge pkg-config
+LDFLAGS.SunOS+= -lsocket -lnsl
+
.include "../../devel/kcmutils/buildlink3.mk"
.include "../../devel/knotifyconfig/buildlink3.mk"
.include "../../net/freerdp2/buildlink3.mk"