mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 20:06:29 -04:00
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
374 B
Text
11 lines
374 B
Text
--- src/multimedia/CMakeLists.txt.orig 2024-06-08 01:28:28 UTC
|
|
+++ src/multimedia/CMakeLists.txt
|
|
@@ -109,7 +109,7 @@ qt_internal_extend_target(Multimedia
|
|
)
|
|
|
|
qt_internal_extend_target(Multimedia
|
|
- CONDITION LINUX OR ANDROID
|
|
+ CONDITION UNIX OR ANDROID
|
|
SOURCES qsymbolsresolveutils.cpp qsymbolsresolveutils_p.h)
|
|
|
|
qt_internal_add_simd_part(Multimedia SIMD sse2
|