pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/raspberrypi-userland
Module Name: pkgsrc
Committed By: gdt
Date: Tue Sep 16 23:38:53 UTC 2025
Modified Files:
pkgsrc/misc/raspberrypi-userland: Makefile
Log Message:
misc/raspberrypi-userland: Hack around cmake deprecation
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/misc/raspberrypi-userland/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/raspberrypi-userland/Makefile
diff -u pkgsrc/misc/raspberrypi-userland/Makefile:1.20 pkgsrc/misc/raspberrypi-userland/Makefile:1.21
--- pkgsrc/misc/raspberrypi-userland/Makefile:1.20 Sun Aug 25 06:19:03 2024
+++ pkgsrc/misc/raspberrypi-userland/Makefile Tue Sep 16 23:38:53 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2024/08/25 06:19:03 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2025/09/16 23:38:53 gdt Exp $
DISTNAME= userland-20170109
PKGREVISION= 3
@@ -20,6 +20,7 @@ ONLY_FOR_PLATFORM= NetBSD-*-*arm*
USE_LANGUAGES= c c++
USE_CMAKE= yes
+CMAKE_CONFIGURE_ARGS+= -DCMAKE_POLICY_VERSION_MINIMUM=3.5 # kludge until fixed upstream
CMAKE_CONFIGURE_ARGS+= -DCMAKE_TOOLCHAIN_FILE=${WRKSRC}/makefiles/cmake/toolchains/arm-netbsdelf.cmake
USE_TOOLS+= bash:run pkg-config
Home |
Main Index |
Thread Index |
Old Index