openbsd-ports/productivity/libalkimia/patches/patch-CMakeLists_txt
rsadowski 6ecf5561f1 Fix build with CMake 3.23
- Use CFLAGS and CXXFLAGS instead of  CMAKE_CXX_FLAGS and CMAKE_C_FLAGS.
- Use MODCMAKE_LDFLAGS instead of CMAKE_EXE_LINKER_FLAGS
- Fix broken builds with CMake 3.23
2022-05-28 06:19:58 +00:00

13 lines
287 B
Plaintext

Index: CMakeLists.txt
--- CMakeLists.txt.orig
+++ CMakeLists.txt
@@ -108,7 +108,7 @@ else()
find_package(Qt5 REQUIRED COMPONENTS
Core
Test
- ${QT_BROWSER_COMPONENT}
+ ${QT_BROWSER_COMPONENT} Positioning Sensors Quick WebChannel
Qml
)