diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-07-27 20:58:06 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-07-27 20:59:01 +0200 |
commit | 854d872deedb4caad66493df0993d6124588b38f (patch) | |
tree | e60f61b136cec18730c987a28d38562175e6004d /net-im/openmittsu/files | |
parent | dev-php/swoole: drop 4.4.16, 4.5.9 (diff) | |
download | gentoo-854d872deedb4caad66493df0993d6124588b38f.tar.gz gentoo-854d872deedb4caad66493df0993d6124588b38f.tar.bz2 gentoo-854d872deedb4caad66493df0993d6124588b38f.zip |
net-im/openmittsu: drop 0.9.15.0
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'net-im/openmittsu/files')
-rw-r--r-- | net-im/openmittsu/files/openmittsu-0.9.13.32-fix-tests.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-im/openmittsu/files/openmittsu-0.9.13.32-fix-tests.patch b/net-im/openmittsu/files/openmittsu-0.9.13.32-fix-tests.patch deleted file mode 100644 index c89d24536ae9..000000000000 --- a/net-im/openmittsu/files/openmittsu-0.9.13.32-fix-tests.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- openmittsu-0.9.13.32-orig/CMakeLists.txt -+++ openmittsu-0.9.13.32/CMakeLists.txt -@@ -570,7 +570,7 @@ - target_link_libraries(openMittsu openMittsuCore Qt5::Core Qt5::Gui Qt5::Widgets Qt5::Network Qt5::Multimedia Qt5::MultimediaWidgets Qt5::Sql) - target_link_libraries(openMittsuVersionInfo Qt5::Core) - if (OPENMITTSU_ENABLE_TESTS) -- target_link_libraries(openMittsuTests openMittsuCore Qt5::Core Qt5::Network Qt5::Multimedia Qt5::MultimediaWidgets Qt5::Sql gmock gtest) -+ target_link_libraries(openMittsuTests openMittsuCore Qt5::Core Qt5::Network Qt5::Multimedia Qt5::MultimediaWidgets Qt5::Sql gmock gtest pthread) - endif (OPENMITTSU_ENABLE_TESTS) - - # Link against libc++abi if requested. |