mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
- Force rebuild all consumers to catch regressions early
Changes: https://github.com/KhronosGroup/glslang/compare/7.10.2984...7.11.3214
Changes: 4618b86...c4f8f65
Changes: https://github.com/KhronosGroup/SPIRV-Tools/compare/v2018.6...v2019.2
Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/sdk-1.1.82.0...sdk-1.1.108.0
Changes: https://github.com/KhronosGroup/Vulkan-Loader/compare/sdk-1.1.82.0...sdk-1.1.108.0
Changes: https://github.com/KhronosGroup/Vulkan-Tools/compare/sdk-1.1.82.0...sdk-1.1.108.0
Changes: https://github.com/KhronosGroup/Vulkan-ValidationLayers/compare/sdk-1.1.82.0...sdk-1.1.108.0
PR: 238945
Submitted by: Greg V (maintainer)
11 lines
518 B
Text
11 lines
518 B
Text
--- loader/CMakeLists.txt.orig 2019-06-11 17:20:18 UTC
|
|
+++ loader/CMakeLists.txt
|
|
@@ -247,7 +247,7 @@ else()
|
|
"1"
|
|
VERSION
|
|
"${VulkanHeaders_VERSION_MAJOR}.${VulkanHeaders_VERSION_MINOR}.${VulkanHeaders_VERSION_PATCH}")
|
|
- target_link_libraries(vulkan -ldl -lpthread -lm)
|
|
+ target_link_libraries(vulkan ${CMAKE_DL_LIBS} -lpthread -lm)
|
|
target_link_libraries(vulkan Vulkan::Headers)
|
|
|
|
if(APPLE)
|