pkgsrc-WIP-changes archive

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

libvidstab: build cmake > 3.5



Module Name:	pkgsrc-wip
Committed By:	Atsushi Toyokura <asteria.at%gmail.com@localhost>
Pushed By:	steleto
Date:		Tue Oct 28 23:54:10 2025 +0900
Changeset:	15a941430b3836ee0e6834d1f2c33aa1dbd26aee

Modified Files:
	libvidstab/Makefile

Log Message:
libvidstab: build cmake > 3.5

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

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

diffstat:
 libvidstab/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diffs:
diff --git a/libvidstab/Makefile b/libvidstab/Makefile
index 3ba911dcd9..720f676da7 100644
--- a/libvidstab/Makefile
+++ b/libvidstab/Makefile
@@ -12,7 +12,9 @@ HOMEPAGE=	http://public.hronopik.de/vid.stab/
 COMMENT=	Video stabilization library
 LICENSE=	gnu-gpl-v2
 
-USE_CMAKE=	yes
 USE_LANGUAGES=	c c++
 
+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