ports/graphics/qt6-wayland/files/patch-CMakeLists.txt
Tobias C. Berner 66259c9c64 Qt6: Import Qt6 ports form kde@'s repository
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
2022-08-21 18:42:38 +02:00

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()