ports/math/curv/files/patch-cmake_FindILMBase.cmake
Yuri Victorovich 8377f46f68 math/curv: Revert "math/curv: Fails to build with boost-1.85+ and GitHub repository is marked archived"
This reverts commit 84e07469e6.

Reported by:	Thierry Thomas <thierry@freebsd.org>
2025-01-11 01:36:48 -08:00

10 lines
314 B
CMake

--- 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 )