pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/npmount



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Oct 14 15:08:32 UTC 2024

Modified Files:
        pkgsrc/sysutils/npmount: Makefile

Log Message:
npmount: Link networking libraries on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/npmount/Makefile

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

Modified files:

Index: pkgsrc/sysutils/npmount/Makefile
diff -u pkgsrc/sysutils/npmount/Makefile:1.2 pkgsrc/sysutils/npmount/Makefile:1.3
--- pkgsrc/sysutils/npmount/Makefile:1.2        Sat Oct 28 20:53:25 2023
+++ pkgsrc/sysutils/npmount/Makefile    Mon Oct 14 15:08:32 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2023/10/28 20:53:25 bacon Exp $
+# $NetBSD: Makefile,v 1.3 2024/10/14 15:08:32 nia Exp $
 
 DISTNAME=      npmount-0.1.1.3
 CATEGORIES=    sysutils
@@ -13,6 +13,8 @@ LICENSE=      2-clause-bsd
 EGDIR=         ${PREFIX}/share/examples/npmount
 CONF_FILES=    ${EGDIR}/npmount.conf.sample ${PREFIX}/etc/npmount.conf
 
+LDFLAGS.SunOS+=        -lsocket -lresolv -lnsl
+
 SUBST_CLASSES+=                prefix
 SUBST_STAGE.prefix=    pre-configure
 SUBST_SED.prefix=      -e 's|/usr/local|${PREFIX}|g'



Home | Main Index | Thread Index | Old Index