diff options
author | Louis Sautier <sbraz@gentoo.org> | 2021-08-06 17:36:57 +0200 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2021-08-06 17:43:39 +0200 |
commit | f6b8d54d93264414bf3e19a67e1c31aa18e718a9 (patch) | |
tree | 2771786c8416a53c53feedf38861e63212667e00 /dev-cpp | |
parent | dev-cpp/websocketpp: add 0.8.2 (diff) | |
download | gentoo-f6b8d54d93264414bf3e19a67e1c31aa18e718a9.tar.gz gentoo-f6b8d54d93264414bf3e19a67e1c31aa18e718a9.tar.bz2 gentoo-f6b8d54d93264414bf3e19a67e1c31aa18e718a9.zip |
dev-cpp/websocketpp: fix tests and examples build + build with clang
Closes: https://bugs.gentoo.org/803362
Closes: https://bugs.gentoo.org/735694
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/websocketpp/websocketpp-0.8.1-r1.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-cpp/websocketpp/websocketpp-0.8.1-r1.ebuild b/dev-cpp/websocketpp/websocketpp-0.8.1-r1.ebuild index 051e22e7eeb3..df98a5ee6164 100644 --- a/dev-cpp/websocketpp/websocketpp-0.8.1-r1.ebuild +++ b/dev-cpp/websocketpp/websocketpp-0.8.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -24,6 +24,10 @@ PATCHES=( # disable tests that are timing sensitive # https://bugzilla.redhat.com/show_bug.cgi?id=1461069 "${FILESDIR}"/${PN}-0.8.1-disable-test_transport-test_transport_asio_timers.patch + # https://github.com/zaphoyd/websocketpp/commit/36b73da8958927f975b3d01a062aa6c0e149d97f + "${FILESDIR}"/${PN}-0.8.2-fix-boost_find_component.patch + # https://github.com/zaphoyd/websocketpp/commit/2c355d9ef0f3ed73fa96d0c6c31293086df36d74 + "${FILESDIR}"/${PN}-0.8.2-fix-clang.patch ) src_configure() { |