pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/tocaia



Module Name:    pkgsrc
Committed By:   vins
Date:           Sun Oct 12 10:14:21 UTC 2025

Modified Files:
        pkgsrc/net/tocaia: Makefile

Log Message:
net/tocaia: fix build on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/tocaia/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/tocaia/Makefile
diff -u pkgsrc/net/tocaia/Makefile:1.1 pkgsrc/net/tocaia/Makefile:1.2
--- pkgsrc/net/tocaia/Makefile:1.1      Sun Sep 28 08:22:19 2025
+++ pkgsrc/net/tocaia/Makefile  Sun Oct 12 10:14:21 2025
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2025/09/28 08:22:19 vins Exp $
+# $NetBSD: Makefile,v 1.2 2025/10/12 10:14:21 vins Exp $
 
 DISTNAME=      tocaia-0.9.0
+PKGREVISION=   1
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=manipuladordedados/}
 GITHUB_TAG=    ${PKGVERSION_NOREV}
@@ -13,6 +14,8 @@ LICENSE=      2-clause-bsd
 USE_BSD_MAKEFILE=      yes
 MAKE_FILE=             BSDMakefile
 
+LDFLAGS.SunOS+=                -lsocket -lnsl
+
 INSTALLATION_DIRS+=    bin
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index