pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/cpu_features
Module Name: pkgsrc
Committed By: wiz
Date: Sun Dec 31 09:48:58 UTC 2023
Modified Files:
pkgsrc/devel/cpu_features: Makefile
Log Message:
cpu_features: make sure to build with make
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/cpu_features/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/cpu_features/Makefile
diff -u pkgsrc/devel/cpu_features/Makefile:1.7 pkgsrc/devel/cpu_features/Makefile:1.8
--- pkgsrc/devel/cpu_features/Makefile:1.7 Thu Mar 16 09:11:13 2023
+++ pkgsrc/devel/cpu_features/Makefile Sun Dec 31 09:48:58 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2023/03/16 09:11:13 adam Exp $
+# $NetBSD: Makefile,v 1.8 2023/12/31 09:48:58 wiz Exp $
GITHUB_TAG= v${PKGVERSION_NOREV}
DISTNAME= cpu_features-0.7.0
@@ -30,5 +30,10 @@ PLIST_SUBST+= CPU_FEATURES_ARCH=mips
PKG_FAIL_REASON+= "${MACHINE_ARCH} unsupported, see CMakeLists.txt"
.endif
+# wiz 20231231:
+# as of 0.7.0, the ninja generator has problems in some environments:
+# ninja: error: manifest 'build.ninja' still dirty after 100 tries, perhaps system time is not set
+CMAKE_GENERATOR= make
+
.include "../../devel/cmake/build.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index