summarylogtreecommitdiffstats
path: root/fix-dependencies.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fix-dependencies.patch')
-rw-r--r--fix-dependencies.patch5
1 files changed, 3 insertions, 2 deletions
diff --git a/fix-dependencies.patch b/fix-dependencies.patch
index 6fb0d9d5c72b..e6a6bc4bd5f2 100644
--- a/fix-dependencies.patch
+++ b/fix-dependencies.patch
@@ -5,8 +5,9 @@ index 4de71e3..d7a0e98 100644
@@ -115,6 +115,7 @@ set(LUXMARK_SRCS
ADD_EXECUTABLE(luxmark WIN32 ${LUXMARK_SRCS})
- TARGET_LINK_LIBRARIES(luxmark ${ALL_LUXCORE_LIBRARIES} ${Boost_LIBRARIES} ${Qt5_LIBRARIES} ${OPENGL_gl_LIBRARY} ${CMAKE_DL_LIBS})
-+TARGET_LINK_LIBRARIES(luxmark opensubdiv.a openvdb opencolorio.a OpenImageIO_Util python3.11 blosc dl Imath fmt)
+-TARGET_LINK_LIBRARIES(luxmark ${ALL_LUXCORE_LIBRARIES} ${Boost_LIBRARIES} ${Qt5_LIBRARIES} ${OPENGL_gl_LIBRARY} ${CMAKE_DL_LIBS})
++TARGET_LINK_LIBRARIES(luxmark ${ALL_LUXCORE_LIBRARIES} ${Boost_LIBRARIES} ${Qt5_LIBRARIES} ${OPENGL_gl_LIBRARY} ${CMAKE_DL_LIBS} /usr/lib/libfmt.so.9)
++TARGET_LINK_LIBRARIES(luxmark opensubdiv.a openvdb opencolorio.a OpenImageIO_Util python3.11 blosc dl Imath)
if (WIN32)
# This is needed by Boost 1.67 but is not found automatically