1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/polish/kadu/files
Adriaan de Groot a002157339 Fix build of polish/kadu
The update of qxmpp to the latest upstream release made qxmpp
require C++17, for std::optional. Kadu is forcing C++14, which
breaks in the build like this:
    In file included from plugins/jabber_protocol/services/jabber-room-chat-service.cpp:35:
    /usr/local/include/qxmpp/QXmppMessage.h:250:10: error: no template named 'optional' in namespace 'std'
        std::optional<QXmppMixInvitation> mixInvitation() const;

Bump the C++ requirement and patch the CMake bits that DTWT.
2021-04-06 20:18:13 +02:00
..
patch-cmake_KaduMacros.cmake
patch-CMakeLists.txt
patch-kadu-core_CMakeLists.txt
patch-kadu-core_execution-arguments_execution-arguments-parser.h
patch-kadu-core_gui_actions_action-description.cpp
patch-kadu-core_gui_widgets_avatar-painter.cpp
patch-kadu-core_gui_widgets_chat-widget_chat-widget-impl.cpp
patch-kadu-core_plugin_dependency-graph_plugin-dependency-graph-builder.h
patch-kadu-core_themes.cpp
patch-plugins_idle_CMakeLists.txt
patch-plugins_pcspeaker_CMakeLists.txt
patch-plugins_screenshot_CMakeLists.txt
patch-Plugins.cmake