mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
Removed the compilatation support for legacy 13.2, that helps do not compile llvm16, so significantly reduce the build time. Discussed with: fluffy
11 lines
387 B
CMake
11 lines
387 B
CMake
--- cmake/external/qt/package.cmake.orig 2024-10-11 07:45:28 UTC
|
|
+++ cmake/external/qt/package.cmake
|
|
@@ -66,6 +66,8 @@ if (QT_VERSION_MAJOR GREATER_EQUAL 6)
|
|
|
|
if (QT_VERSION_MAJOR GREATER_EQUAL 6)
|
|
find_package(Qt${QT_VERSION_MAJOR} COMPONENTS OpenGL OpenGLWidgets REQUIRED)
|
|
+else()
|
|
+ find_package(Qt${QT_VERSION_MAJOR} COMPONENTS ServiceSupport REQUIRED)
|
|
endif()
|
|
|
|
if (LINUX)
|