pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/udunits
Module Name: pkgsrc
Committed By: wiz
Date: Mon Apr 20 05:56:57 UTC 2026
Modified Files:
pkgsrc/math/udunits: Makefile
Log Message:
udunits: fix build with gcc 14
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/math/udunits/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/udunits/Makefile
diff -u pkgsrc/math/udunits/Makefile:1.43 pkgsrc/math/udunits/Makefile:1.44
--- pkgsrc/math/udunits/Makefile:1.43 Tue Sep 16 20:25:18 2025
+++ pkgsrc/math/udunits/Makefile Mon Apr 20 05:56:57 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2025/09/16 20:25:18 gutteridge Exp $
+# $NetBSD: Makefile,v 1.44 2026/04/20 05:56:57 wiz Exp $
DISTNAME= udunits-2.2.26
PKGREVISION= 1
@@ -15,5 +15,7 @@ GNU_CONFIGURE= yes
INFO_FILES= yes
USE_LANGUAGES+= c
+CFLAGS+= -Wno-implicit-function-declaration
+
.include "../../textproc/expat/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index