diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-08-17 09:50:23 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-08-17 17:53:14 +0200 |
commit | 2ee35f43fdcf0ae736f71a1f41fe05b2bda1a2db (patch) | |
tree | 3f3d2c87a37e663142a7d0bd26d2b10374da8ed6 /dev-ros | |
parent | net-im/zoom: Remove old. (diff) | |
download | gentoo-2ee35f43fdcf0ae736f71a1f41fe05b2bda1a2db.tar.gz gentoo-2ee35f43fdcf0ae736f71a1f41fe05b2bda1a2db.tar.bz2 gentoo-2ee35f43fdcf0ae736f71a1f41fe05b2bda1a2db.zip |
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@gentoo.org>
Diffstat (limited to 'dev-ros')
-rw-r--r-- | dev-ros/realtime_tools/files/atomic.patch | 12 | ||||
-rw-r--r-- | dev-ros/realtime_tools/realtime_tools-1.16.0-r1.ebuild (renamed from dev-ros/realtime_tools/realtime_tools-1.16.0.ebuild) | 1 | ||||
-rw-r--r-- | dev-ros/realtime_tools/realtime_tools-9999.ebuild | 1 |
3 files changed, 14 insertions, 0 deletions
diff --git a/dev-ros/realtime_tools/files/atomic.patch b/dev-ros/realtime_tools/files/atomic.patch new file mode 100644 index 000000000000..0440900b9c32 --- /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 index 1b5b4ee0cbee..c76733870b90 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 1b5b4ee0cbee..c76733870b90 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" ) |