pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/chksniff
Module Name: pkgsrc
Committed By: nia
Date: Wed Oct 23 10:00:21 UTC 2024
Modified Files:
pkgsrc/net/chksniff: Makefile
Log Message:
chksniff: Link -lsocket on SunOS
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/chksniff/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/chksniff/Makefile
diff -u pkgsrc/net/chksniff/Makefile:1.5 pkgsrc/net/chksniff/Makefile:1.6
--- pkgsrc/net/chksniff/Makefile:1.5 Tue Aug 1 16:47:42 2017
+++ pkgsrc/net/chksniff/Makefile Wed Oct 23 10:00:20 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2017/08/01 16:47:42 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2024/10/23 10:00:20 nia Exp $
#
DISTNAME= chksniff-0.2
@@ -13,4 +13,6 @@ INSTALLATION_DIRS= bin
GNU_CONFIGURE= YES
+LIBS.SunOS+= -lsocket
+
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index