pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/qhull



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Aug 11 08:39:42 UTC 2025

Modified Files:
        pkgsrc/math/qhull: Makefile

Log Message:
qhull: fix build with cmake 4


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/math/qhull/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/qhull/Makefile
diff -u pkgsrc/math/qhull/Makefile:1.17 pkgsrc/math/qhull/Makefile:1.18
--- pkgsrc/math/qhull/Makefile:1.17     Thu May  1 12:57:01 2025
+++ pkgsrc/math/qhull/Makefile  Mon Aug 11 08:39:42 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2025/05/01 12:57:01 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2025/08/11 08:39:42 wiz Exp $
 
 DISTNAME=      qhull-2020-src-${LIBVERSION}
 PKGNAME=       qhull-2020.2
@@ -25,6 +25,7 @@ LIBMAJOR=     8.0
 PLIST_SUBST+=  LIBVERSION=${LIBVERSION} LIBMAJOR=${LIBMAJOR}
 
 CMAKE_CONFIGURE_ARGS+= -DMAN_INSTALL_DIR:PATH=${PREFIX}/${PKGMANDIR}/man1
+CMAKE_CONFIGURE_ARGS+= -DCMAKE_POLICY_VERSION_MINIMUM=3.5
 
 PKGCONFIG_OVERRIDE=    build/qhull.pc.in
 



Home | Main Index | Thread Index | Old Index