diff options
Diffstat (limited to 'sysutils/libcpuid/files/patch-Makefile.in')
-rw-r--r-- | sysutils/libcpuid/files/patch-Makefile.in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sysutils/libcpuid/files/patch-Makefile.in b/sysutils/libcpuid/files/patch-Makefile.in deleted file mode 100644 index d12f5cd9ebf6..000000000000 --- a/sysutils/libcpuid/files/patch-Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ -https://github.com/anrieff/libcpuid/pull/216 - ---- Makefile.in.orig 2025-06-30 13:19:06 UTC -+++ Makefile.in -@@ -895,7 +895,7 @@ test-fast: - test: test-fast - - test-fast: -- LD_PRELOAD=$(top_builddir)/libcpuid/.libs/libcpuid.so $(top_srcdir)/tests/run_tests.py $(top_builddir)/cpuid_tool/.libs/cpuid_tool --show-test-fast-warning $(top_srcdir)/tests -+ LD_PRELOAD=$(top_builddir)/libcpuid/.libs/libcpuid.so $(top_srcdir)/tests/run_tests.py --show-test-fast-warning $(top_builddir)/cpuid_tool/.libs/cpuid_tool $(top_srcdir)/tests - - test-old: - $(top_srcdir)/tests/run_tests.py $(top_builddir)/cpuid_tool/cpuid_tool $(top_srcdir)/tests |