pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/krdc



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue May 17 13:52:09 UTC 2022

Modified Files:
        pkgsrc/net/krdc: Makefile

Log Message:
krdc: SunOS needs socket libraries.


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/net/krdc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/krdc/Makefile
diff -u pkgsrc/net/krdc/Makefile:1.54 pkgsrc/net/krdc/Makefile:1.55
--- pkgsrc/net/krdc/Makefile:1.54       Mon Apr 18 19:11:51 2022
+++ pkgsrc/net/krdc/Makefile    Tue May 17 13:52:09 2022
@@ -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:../../
 
 USE_TOOLS+=    msgmerge pkg-config
 
+LDFLAGS.SunOS+=        -lsocket -lnsl
+
 .include "../../devel/kcmutils/buildlink3.mk"
 .include "../../devel/knotifyconfig/buildlink3.mk"
 .include "../../net/freerdp2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index