pkgsrc-WIP-changes archive

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

phaethon: CMake compat



Module Name:	pkgsrc-wip
Committed By:	Charlotte Koch <charlotte%NetBSD.org@localhost>
Pushed By:	cfkoch
Date:		Fri Sep 4 15:16:34 2026 -0700
Changeset:	458d79ffa397beb4dc9c3aeda29b24a555f03396

Modified Files:
	phaethon/Makefile

Log Message:
phaethon: CMake compat

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

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

diffstat:
 phaethon/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/phaethon/Makefile b/phaethon/Makefile
index f2905dc9b3..791ba62525 100644
--- a/phaethon/Makefile
+++ b/phaethon/Makefile
@@ -15,6 +15,8 @@ USE_LANGUAGES=	c c++
 
 AUTO_MKDIRS=	yes
 
+CMAKE_CONFIGURE_ARGS+=	-DCMAKE_POLICY_VERSION_MINIMUM=3.5
+
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${CMAKE_BUILD_DIR}/bin/phaethon \
 		${DESTDIR}${PREFIX}/bin/phaethon


Home | Main Index | Thread Index | Old Index