pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/double-conversion



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Aug 11 08:28:12 UTC 2025

Modified Files:
        pkgsrc/math/double-conversion: Makefile

Log Message:
double-conversion: set cmake minimum version to 3.5

allows building with cmake 4


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/math/double-conversion/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/double-conversion/Makefile
diff -u pkgsrc/math/double-conversion/Makefile:1.9 pkgsrc/math/double-conversion/Makefile:1.10
--- pkgsrc/math/double-conversion/Makefile:1.9  Tue Feb 18 10:05:03 2025
+++ pkgsrc/math/double-conversion/Makefile      Mon Aug 11 08:28:12 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2025/02/18 10:05:03 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2025/08/11 08:28:12 wiz Exp $
 
 DISTNAME=      double-conversion-3.3.1
 CATEGORIES=    math converters
@@ -13,6 +13,7 @@ LICENSE=      modified-bsd
 USE_LANGUAGES=         c c++
 CMAKE_CONFIGURE_ARGS+= -DBUILD_SHARED_LIBS:BOOL=ON
 CMAKE_CONFIGURE_ARGS+= -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON
+CMAKE_CONFIGURE_ARGS+= -DCMAKE_POLICY_VERSION_MINIMUM=3.5
 
 .include "../../devel/cmake/build.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index