summaryrefslogtreecommitdiff
path: root/dev-cpp/websocketpp/websocketpp-0.8.1-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-cpp/websocketpp/websocketpp-0.8.1-r1.ebuild')
-rw-r--r--dev-cpp/websocketpp/websocketpp-0.8.1-r1.ebuild6
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() {