pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/fdupes



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Apr  8 12:30:10 UTC 2026

Modified Files:
        pkgsrc/sysutils/fdupes: Makefile

Log Message:
fdupes: fix build on -current


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/sysutils/fdupes/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/fdupes/Makefile
diff -u pkgsrc/sysutils/fdupes/Makefile:1.12 pkgsrc/sysutils/fdupes/Makefile:1.13
--- pkgsrc/sysutils/fdupes/Makefile:1.12        Thu Oct 23 20:39:17 2025
+++ pkgsrc/sysutils/fdupes/Makefile     Wed Apr  8 12:30:10 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2025/10/23 20:39:17 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2026/04/08 12:30:10 wiz Exp $
 
 DISTNAME=      fdupes-2.2.1
 PKGREVISION=   1
@@ -14,6 +14,8 @@ LICENSE=      mit
 USE_LANGUAGES= c
 GNU_CONFIGURE= yes
 
+CFLAGS+=       -Wno-implicit-function-declaration
+
 .include "../../devel/pcre2/buildlink3.mk"
 .include "../../mk/curses.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index