mirror of
https://git.freebsd.org/ports.git
synced 2025-05-05 16:07:38 -04:00
On the port side, this update brings: - libvulkan enabled by default - more unit tests enabled - no longer dependent on Python 2.7 Security: https://vuxml.freebsd.org/freebsd/e0914087-9a09-11ec-9e61-3065ec8fd3ec.html
11 lines
427 B
C++
11 lines
427 B
C++
--- gpu/config/gpu_test_config.cc.orig 2022-02-28 16:54:41 UTC
|
|
+++ gpu/config/gpu_test_config.cc
|
|
@@ -29,7 +29,7 @@ GPUTestConfig::OS GetCurrentOS() {
|
|
#if BUILDFLAG(IS_CHROMEOS_ASH)
|
|
return GPUTestConfig::kOsChromeOS;
|
|
#elif (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)) || \
|
|
- BUILDFLAG(IS_OPENBSD)
|
|
+ BUILDFLAG(IS_BSD)
|
|
return GPUTestConfig::kOsLinux;
|
|
#elif BUILDFLAG(IS_WIN)
|
|
int32_t major_version = 0;
|