pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/benchmarks/google-benchmark
Module Name: pkgsrc
Committed By: rillig
Date: Sat Mar 21 17:27:24 UTC 2020
Modified Files:
pkgsrc/benchmarks/google-benchmark: Makefile
Log Message:
benchmarks/google-benchmark: add build dependency to Python
Without the dependency, the build fails with:
> Scanning dependencies of target copy_clobber_memory_assembly_test
> env: python: No such file or directory
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/benchmarks/google-benchmark/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/benchmarks/google-benchmark/Makefile
diff -u pkgsrc/benchmarks/google-benchmark/Makefile:1.5 pkgsrc/benchmarks/google-benchmark/Makefile:1.6
--- pkgsrc/benchmarks/google-benchmark/Makefile:1.5 Mon Mar 16 14:00:58 2020
+++ pkgsrc/benchmarks/google-benchmark/Makefile Sat Mar 21 17:27:24 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2020/03/16 14:00:58 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2020/03/21 17:27:24 rillig Exp $
DISTNAME= benchmark-1.5
PKGNAME= google-${DISTNAME}
@@ -20,5 +20,8 @@ TEST_TARGET= test
BUILDLINK_TRANSFORM+= rm:-Werror
+REPLACE_PYTHON= *.py */*.py */*/*.py
+
+.include "../../lang/python/application.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index