pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/netwake



Module Name:    pkgsrc
Committed By:   sjmulder
Date:           Tue Aug 24 01:49:39 UTC 2021

Modified Files:
        pkgsrc/net/netwake: Makefile

Log Message:
net/netwake: Fix Solaris build


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/netwake/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/netwake/Makefile
diff -u pkgsrc/net/netwake/Makefile:1.2 pkgsrc/net/netwake/Makefile:1.3
--- pkgsrc/net/netwake/Makefile:1.2     Fri Aug  6 04:04:59 2021
+++ pkgsrc/net/netwake/Makefile Tue Aug 24 01:49:39 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/08/06 04:04:59 sjmulder Exp $
+# $NetBSD: Makefile,v 1.3 2021/08/24 01:49:39 sjmulder Exp $
 
 DISTNAME=      netwake-0.4
 CATEGORIES=    net
@@ -14,4 +14,6 @@ BUILD_DIRS=   cli
 MAKE_ENV+=     MANPREFIX=${PREFIX}/${PKGMANDIR}
 MAKE_ENV+=     SYSCONFDIR=${PKG_SYSCONFDIR}
 
+LDFLAGS.SunOS+=        -lsocket
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index