commit: 2ee35f43fdcf0ae736f71a1f41fe05b2bda1a2db Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Mon Aug 17 07:50:23 2020 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Mon Aug 17 15:53:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ee35f43
dev-ros/realtime_tools: add missing include in public header Closes: https://bugs.gentoo.org/737404 Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org> dev-ros/realtime_tools/files/atomic.patch | 12 ++++++++++++ ...e_tools-1.16.0.ebuild => realtime_tools-1.16.0-r1.ebuild} | 1 + dev-ros/realtime_tools/realtime_tools-9999.ebuild | 1 + 3 files changed, 14 insertions(+) diff --git a/dev-ros/realtime_tools/files/atomic.patch b/dev-ros/realtime_tools/files/atomic.patch new file mode 100644 index 00000000000..0440900b9c3 --- /dev/null +++ b/dev-ros/realtime_tools/files/atomic.patch @@ -0,0 +1,12 @@ +Index: realtime_tools-1.16.0/include/realtime_tools/realtime_publisher.h +=================================================================== +--- realtime_tools-1.16.0.orig/include/realtime_tools/realtime_publisher.h ++++ realtime_tools-1.16.0/include/realtime_tools/realtime_publisher.h +@@ -45,6 +45,7 @@ + #include <memory> + #include <mutex> + #include <thread> ++#include <atomic> + + namespace realtime_tools { + diff --git a/dev-ros/realtime_tools/realtime_tools-1.16.0.ebuild b/dev-ros/realtime_tools/realtime_tools-1.16.0-r1.ebuild similarity index 93% rename from dev-ros/realtime_tools/realtime_tools-1.16.0.ebuild rename to dev-ros/realtime_tools/realtime_tools-1.16.0-r1.ebuild index 1b5b4ee0cbe..c76733870b9 100644 --- a/dev-ros/realtime_tools/realtime_tools-1.16.0.ebuild +++ b/dev-ros/realtime_tools/realtime_tools-1.16.0-r1.ebuild @@ -25,3 +25,4 @@ DEPEND="${RDEPEND} dev-ros/actionlib ) " +PATCHES=( "${FILESDIR}/atomic.patch" ) diff --git a/dev-ros/realtime_tools/realtime_tools-9999.ebuild b/dev-ros/realtime_tools/realtime_tools-9999.ebuild index 1b5b4ee0cbe..c76733870b9 100644 --- a/dev-ros/realtime_tools/realtime_tools-9999.ebuild +++ b/dev-ros/realtime_tools/realtime_tools-9999.ebuild @@ -25,3 +25,4 @@ DEPEND="${RDEPEND} dev-ros/actionlib ) " +PATCHES=( "${FILESDIR}/atomic.patch" )
