pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/krfb



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue May 17 13:58:08 UTC 2022

Modified Files:
        pkgsrc/net/krfb: Makefile

Log Message:
krfb: SunOS needs socket libraries.


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/net/krfb/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/krfb/Makefile
diff -u pkgsrc/net/krfb/Makefile:1.51 pkgsrc/net/krfb/Makefile:1.52
--- pkgsrc/net/krfb/Makefile:1.51       Mon Apr 18 19:11:51 2022
+++ pkgsrc/net/krfb/Makefile    Tue May 17 13:58:08 2022
@@ -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 @@ BUILD_DEPENDS+=       kdoctools>=5.19.0:../../
 
 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