summarylogtreecommitdiffstats
path: root/fix-dependencies.patch
diff options
context:
space:
mode:
authorFabian Maurer2023-09-12 21:30:44 +0200
committerFabian Maurer2023-09-12 21:30:44 +0200
commit3b54326c7b9bd53df7414f733277ce4ebc3f1ee0 (patch)
tree9864c061e78ed82a4a0c99932fa319a68b1b270d /fix-dependencies.patch
parentc43b091b8c11f4a136a861664fa6b7cc42d775d3 (diff)
downloadaur-3b54326c7b9bd53df7414f733277ce4ebc3f1ee0.tar.gz
Fix linking with fmt9
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