mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -04:00
11 lines
294 B
Text
11 lines
294 B
Text
--- src/CMakeLists.txt.orig 2016-09-23 22:50:09 UTC
|
|
+++ src/CMakeLists.txt
|
|
@@ -83,7 +83,7 @@ set(QT_LIBRARIES Qt5::Widgets Qt5::Core
|
|
target_link_libraries(lximage-qt
|
|
fm-qt
|
|
${QT_LIBRARIES}
|
|
- ${EXIF_LIBRARIES}
|
|
+ ${EXIF_LDFLAGS}
|
|
${X11_LIBRARIES}
|
|
${XFIXES_LIBRARIES}
|
|
)
|