mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 09:00:33 -04:00
Changes: https://github.com/Netflix/vmaf/releases/tag/v1.5.2 Changes: https://github.com/Netflix/vmaf/compare/v1.5.1...v1.5.2 Reported by: GitHub (watch releases)
16 lines
555 B
Text
16 lines
555 B
Text
../src/cpu_info.c:37:20: error: use of undeclared identifier '_SC_NPROCESSORS_ONLN'
|
|
return sysconf(_SC_NPROCESSORS_ONLN);
|
|
^
|
|
|
|
--- meson.build.orig 2020-06-30 19:00:42 UTC
|
|
+++ meson.build
|
|
@@ -26,9 +26,6 @@ if host_machine.system() == 'linux'
|
|
elif host_machine.system() == 'darwin'
|
|
test_args += '-D_DARWIN_C_SOURCE'
|
|
add_project_arguments('-D_DARWIN_C_SOURCE', language: 'c')
|
|
-else
|
|
- test_args += '-D_POSIX_C_SOURCE=200112L'
|
|
- add_project_arguments('-D_POSIX_C_SOURCE=200112L', language: 'c')
|
|
endif
|
|
|
|
# Header checks
|