pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/tsocks



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Jun 26 09:28:08 UTC 2023

Modified Files:
        pkgsrc/net/tsocks: Makefile

Log Message:
tsocks: SunOS needs libnsl.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/net/tsocks/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/tsocks/Makefile
diff -u pkgsrc/net/tsocks/Makefile:1.22 pkgsrc/net/tsocks/Makefile:1.23
--- pkgsrc/net/tsocks/Makefile:1.22     Wed Nov 11 16:22:54 2020
+++ pkgsrc/net/tsocks/Makefile  Mon Jun 26 09:28:08 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2020/11/11 16:22:54 jperkin Exp $
+# $NetBSD: Makefile,v 1.23 2023/06/26 09:28:08 jperkin Exp $
 
 DISTNAME=      tsocks-1.8beta5
 PKGREVISION=   4
@@ -19,6 +19,8 @@ USE_LIBTOOL=  yes
 
 CONFIGURE_ARGS+=       --with-conf=${PKG_SYSCONFDIR}/tsocks.conf
 
+LIBS.SunOS+=   -lnsl
+
 EGDIR=                 ${PREFIX}/share/examples/tsocks
 
 .include "../../mk/bsd.prefs.mk"



Home | Main Index | Thread Index | Old Index