mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 18:36:28 -04:00
This change brings in the new Qt6 stack, which might still be a bit in flux in the ports tree for a while. Obtained from https://github.com/freebsd/freebsd-ports-kde/tree/qt6-6.3.1 with commits from lbartoletti and myself. Note: ww/qt6-webengine will land once kai wins another round of patching boundled chromiums sources. Exp-run by: antoine PR: 265843 Differential Revision: https://reviews.freebsd.org/D36179
11 lines
409 B
Text
11 lines
409 B
Text
--- CMakeLists.txt.orig 2020-12-12 09:32:26 UTC
|
|
+++ CMakeLists.txt
|
|
@@ -21,7 +21,7 @@ find_package(Qt6 ${PROJECT_VERSION} CONFIG REQUIRED CO
|
|
BuildInternals
|
|
)
|
|
|
|
-if(NOT MACOS AND NOT QNX AND (ANDROID OR NOT LINUX))
|
|
+if(NOT FREEBSD AND NOT MACOS AND NOT QNX AND (ANDROID OR NOT LINUX))
|
|
message(NOTICE "Skipping the build as the condition \"LINUX OR MACOS OR QNX\" is not met.")
|
|
return()
|
|
endif()
|