summaryrefslogtreecommitdiff
path: root/math/curv/files/patch-cmake_FindILMBase.cmake
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2021-04-11 21:48:52 +0200
committerMatthias Andree <mandree@FreeBSD.org>2021-04-12 02:33:47 +0200
commit8bd75ffd808902bb002b3d1c46a89478cfa57d8b (patch)
tree5b2262b416f056b7eb377feceb2c2e872395732b /math/curv/files/patch-cmake_FindILMBase.cmake
parentgraphics/hugin: make compatible with OpenEXR/Imath 3.0 (diff)
math/curv: make compatible with OpenEXR/Imath 3.0
Diffstat (limited to 'math/curv/files/patch-cmake_FindILMBase.cmake')
-rw-r--r--math/curv/files/patch-cmake_FindILMBase.cmake10
1 files changed, 10 insertions, 0 deletions
diff --git a/math/curv/files/patch-cmake_FindILMBase.cmake b/math/curv/files/patch-cmake_FindILMBase.cmake
new file mode 100644
index 000000000000..df960f135ab6
--- /dev/null
+++ b/math/curv/files/patch-cmake_FindILMBase.cmake
@@ -0,0 +1,10 @@
+--- cmake/FindILMBase.cmake.orig 2019-12-08 04:12:07 UTC
++++ cmake/FindILMBase.cmake
+@@ -6,6 +6,6 @@
+
+ SET( ILMBASE_FOUND TRUE )
+ SET( ILMBASE_INCLUDE_DIR "" )
+-SET( Ilmbase_HALF_LIBRARY -lHalf )
++SET( Ilmbase_HALF_LIBRARY -lImath )
+ SET( Ilmbase_IEX_LIBRARY -lIex )
+ SET( Ilmbase_ILMTHREAD_LIBRARY -lIlmThread )