Typical GitLab wart. Patch content is the same.
Approved by: jbeich (maintainer), ? (mentor)
Differential D32284
multimedia/svt-av1: reroll patch vishwin on Oct 4 2021, 6:12 AM. Authored by Tags None Referenced Files
Subscribers
Details Typical GitLab wart. Patch content is the same. Approved by: jbeich (maintainer), ? (mentor) Builds and behaves the same, as the code is the same.
Diff Detail
Event TimelineComment Actions Don't forget to mention in the commit message what has changed. --- 284ef885f85f.patch old +++ 284ef885f85f.patch new @@ -15,7 +15,7 @@ Signed-off-by: Christopher Degawa <christopher.degawa@ create mode 100644 third_party/cpuinfo/src/x86/bsd/init.c diff --git a/third_party/cpuinfo/CMakeLists.txt b/third_party/cpuinfo/CMakeLists.txt -index 4c0827cc7..4f32f9cfa 100644 +index 4c0827cc..4f32f9cf 100644 --- a/third_party/cpuinfo/CMakeLists.txt +++ b/third_party/cpuinfo/CMakeLists.txt @@ -60,7 +60,7 @@ IF(NOT CMAKE_SYSTEM_PROCESSOR) @@ -64,7 +64,7 @@ index 4c0827cc7..4f32f9cfa 100644 SET(THREADS_PREFER_PTHREAD_FLAG TRUE) FIND_PACKAGE(Threads REQUIRED) diff --git a/third_party/cpuinfo/src/cpuinfo/internal-api.h b/third_party/cpuinfo/src/cpuinfo/internal-api.h -index bf6d42019..d36399117 100644 +index bf6d4201..d3639911 100644 --- a/third_party/cpuinfo/src/cpuinfo/internal-api.h +++ b/third_party/cpuinfo/src/cpuinfo/internal-api.h @@ -50,6 +50,7 @@ extern CPUINFO_INTERNAL uint32_t cpuinfo_max_cache_size; @@ -76,7 +76,7 @@ index bf6d42019..d36399117 100644 CPUINFO_PRIVATE BOOL CALLBACK cpuinfo_x86_windows_init(PINIT_ONCE init_once, PVOID parameter, PVOID* context); #endif diff --git a/third_party/cpuinfo/src/init.c b/third_party/cpuinfo/src/init.c -index 9c456c2f0..e183d2e72 100644 +index 9c456c2f..e183d2e7 100644 --- a/third_party/cpuinfo/src/init.c +++ b/third_party/cpuinfo/src/init.c @@ -29,6 +29,8 @@ bool CPUINFO_ABI cpuinfo_initialize(void) { @@ -90,7 +90,7 @@ index 9c456c2f0..e183d2e72 100644 #endif diff --git a/third_party/cpuinfo/src/x86/bsd/init.c b/third_party/cpuinfo/src/x86/bsd/init.c new file mode 100644 -index 000000000..b04b2b1c8 +index 00000000..b04b2b1c --- /dev/null +++ b/third_party/cpuinfo/src/x86/bsd/init.c @@ -0,0 +1,17 @@
Comment Actions Also necessary to MFH to /quarterly (2021Q4 atm). Otherwise, the package cluster would clear distfiles cache to get the new version on /latest but then fail to build on /quarterly due to checksum mismatch. |