aboutsummaryrefslogtreecommitdiff
path: root/graphics/openexr/files/patch-cmake_OpenEXRSetup.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/openexr/files/patch-cmake_OpenEXRSetup.cmake')
-rw-r--r--graphics/openexr/files/patch-cmake_OpenEXRSetup.cmake11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/openexr/files/patch-cmake_OpenEXRSetup.cmake b/graphics/openexr/files/patch-cmake_OpenEXRSetup.cmake
new file mode 100644
index 000000000000..d78b2af091db
--- /dev/null
+++ b/graphics/openexr/files/patch-cmake_OpenEXRSetup.cmake
@@ -0,0 +1,11 @@
+--- cmake/OpenEXRSetup.cmake.orig 2025-10-07 15:22:39 UTC
++++ cmake/OpenEXRSetup.cmake
+@@ -100,7 +100,7 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
+ # Suffix for debug configuration libraries
+ # (if you should choose to install those)
+ # Don't override if the user has set it and don't save it in the cache
+-if (NOT CMAKE_DEBUG_POSTFIX)
++if (NOT DEFINED CMAKE_DEBUG_POSTFIX)
+ set(CMAKE_DEBUG_POSTFIX "_d")
+ endif()
+