pkgsrc-WIP-changes archive

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

orocos-kdl: allow cmake 3.5 compatibility to fix build



Module Name:	pkgsrc-wip
Committed By:	Paul Ripke <stix%stix.id.au@localhost>
Pushed By:	stix
Date:		Fri Jan 2 12:33:02 2026 +1100
Changeset:	3199d65321cd146f4963311e829b8006fbaf28a9

Modified Files:
	orocos-kdl/Makefile

Log Message:
orocos-kdl: allow cmake 3.5 compatibility to fix build

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3199d65321cd146f4963311e829b8006fbaf28a9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 orocos-kdl/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/orocos-kdl/Makefile b/orocos-kdl/Makefile
index 5490c72364..8ebd42eb19 100644
--- a/orocos-kdl/Makefile
+++ b/orocos-kdl/Makefile
@@ -15,6 +15,7 @@ LICENSE=	gnu-lgpl-v2.1
 WRKSRC=		${WRKDIR}/${GITHUB_PROJECT}-${PKGVERSION_NOREV}/orocos_kdl/
 
 USE_LANGUAGES=		c c++
+CMAKE_CONFIGURE_ARGS+=	-DCMAKE_POLICY_VERSION_MINIMUM=3.5
 
 #REPLACE_PYTHON+=	src/Tools/wiki2qhelp.py src/Tools/PythonToCPP.py src/Tools/githubstats.py src/Tools/updatefromcrowdin.py src/Tools/updatecrowdin.py src/Tools/updateppa.py
 


Home | Main Index | Thread Index | Old Index