commit: f6b8d54d93264414bf3e19a67e1c31aa18e718a9 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org> AuthorDate: Fri Aug 6 15:36:57 2021 +0000 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org> CommitDate: Fri Aug 6 15:43:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6b8d54d
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 <AT> gentoo.org> dev-cpp/websocketpp/websocketpp-0.8.1-r1.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dev-cpp/websocketpp/websocketpp-0.8.1-r1.ebuild b/dev-cpp/websocketpp/websocketpp-0.8.1-r1.ebuild index 051e22e7eeb..df98a5ee616 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() {
