pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/gopherus



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Mar 20 09:47:41 UTC 2026

Modified Files:
        pkgsrc/net/gopherus: Makefile

Log Message:
gopherus: Link socket libraries on SunOS.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/gopherus/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/gopherus/Makefile
diff -u pkgsrc/net/gopherus/Makefile:1.1 pkgsrc/net/gopherus/Makefile:1.2
--- pkgsrc/net/gopherus/Makefile:1.1    Sun Mar  9 08:49:48 2025
+++ pkgsrc/net/gopherus/Makefile        Fri Mar 20 09:47:41 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2025/03/09 08:49:48 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2026/03/20 09:47:41 nia Exp $
 
 DISTNAME=      gopherus-1.2.2
 CATEGORIES=    net
@@ -14,6 +14,8 @@ USE_LANGUAGES=        c
 USE_TOOLS+=    gmake
 MAKE_FILE=     Makefile.lin
 
+LDFLAGS.SunOS+=                -lsocket -lnsl
+
 BINDIR=                        ${PREFIX}/bin
 DOCDIR=                        ${PREFIX}/share/doc/gopherus
 INSTALLATION_DIRS=     ${BINDIR} ${DOCDIR}



Home | Main Index | Thread Index | Old Index