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: kim
Date: Fri Dec 26 08:59:48 UTC 2025
Modified Files:
pkgsrc/sysutils/lsof: Makefile
Log Message:
Work around gcc14 slighly more pleasingly to the eye
To generate a diff of this commit:
cvs rdiff -u -r1.143 -r1.144 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.143 pkgsrc/sysutils/lsof/Makefile:1.144
--- pkgsrc/sysutils/lsof/Makefile:1.143 Fri Dec 26 08:20:59 2025
+++ pkgsrc/sysutils/lsof/Makefile Fri Dec 26 08:59:48 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.143 2025/12/26 08:20:59 kim Exp $
+# $NetBSD: Makefile,v 1.144 2025/12/26 08:59:48 kim 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-14.*) || !empty(CC_VERSION:Mgcc-15.*)
+.if !empty(CC_VERSION:Mgcc-1[45]*)
CFLAGS+= -Wno-implicit-function-declaration
.endif
Home |
Main Index |
Thread Index |
Old Index