forked from Lainports/freebsd-ports
June 19, 2024 We have released Qt 6.7.2. As a patch release, Qt 6.7.2 does not introduce new features but contains more than 200 bug fixes, security updates, and other improvements on the top of the Qt 6.7.1 release. See more information about the most important changes and bug fixes from the Qt 6.7.2 release note. Announcement: https://www.qt.io/blog/qt-6.7.2-released Release note: https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.7.2/release-note.md MFH: 2024Q2 Security: c5415838-2f52-11ef-9cab-4ccc6adda413
11 lines
500 B
CMake
11 lines
500 B
CMake
--- cmake/FindFFmpeg.cmake.orig 2024-06-03 15:20:28 UTC
|
|
+++ cmake/FindFFmpeg.cmake
|
|
@@ -253,7 +253,7 @@ function(__ffmpeg_internal_set_dependencies _component
|
|
# and adds them to the target library.
|
|
function(__ffmpeg_internal_set_dependencies _component)
|
|
string(TOLOWER ${_component} lib)
|
|
- set(PC_FILE ${${_component}_LIBRARY_DIR}/pkgconfig/lib${lib}.pc)
|
|
+ set(PC_FILE ${${_component}_LIBRARY_DIR}/../libdata/pkgconfig/lib${lib}.pc)
|
|
if(EXISTS ${PC_FILE})
|
|
file(READ ${PC_FILE} pcfile)
|
|
|