pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/lsof
Module Name: pkgsrc
Committed By: wiz
Date: Sun Apr 19 08:56:32 UTC 2026
Modified Files:
pkgsrc/sysutils/lsof: Makefile
Log Message:
lsof: fix pkglint
To generate a diff of this commit:
cvs rdiff -u -r1.145 -r1.146 pkgsrc/sysutils/lsof/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/lsof/Makefile
diff -u pkgsrc/sysutils/lsof/Makefile:1.145 pkgsrc/sysutils/lsof/Makefile:1.146
--- pkgsrc/sysutils/lsof/Makefile:1.145 Sun Apr 19 08:55:59 2026
+++ pkgsrc/sysutils/lsof/Makefile Sun Apr 19 08:56:32 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.145 2026/04/19 08:55:59 wiz Exp $
+# $NetBSD: Makefile,v 1.146 2026/04/19 08:56:32 wiz Exp $
DISTNAME= lsof_4.91
PKGNAME= ${DISTNAME:S/_/-/}
@@ -41,7 +41,7 @@ TEST_TARGET= test
INTERACTIVE_STAGE+= test
.include "../../mk/compiler.mk"
-.if !empty(CC_VERSION:Mgcc-1[45]*)
+.if ${CC_VERSION:Mgcc-1[45]*}
CFLAGS+= -Wno-implicit-function-declaration
.endif
Home |
Main Index |
Thread Index |
Old Index