diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2023-01-24 18:06:24 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2023-01-24 21:15:19 +0100 |
commit | f6ada3f377ea2db26013c2f38a218a8cd13640f4 (patch) | |
tree | e6447089955ad121e76620338bee2f8300822ca4 /dev-ros/rospack/files | |
parent | dev-ros/rosout: treeclean (diff) | |
download | gentoo-f6ada3f377ea2db26013c2f38a218a8cd13640f4.tar.gz gentoo-f6ada3f377ea2db26013c2f38a218a8cd13640f4.tar.bz2 gentoo-f6ada3f377ea2db26013c2f38a218a8cd13640f4.zip |
dev-ros/rospack: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-ros/rospack/files')
-rw-r--r-- | dev-ros/rospack/files/gentoo.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/dev-ros/rospack/files/gentoo.patch b/dev-ros/rospack/files/gentoo.patch deleted file mode 100644 index 7090d7b02dd7..000000000000 --- a/dev-ros/rospack/files/gentoo.patch +++ /dev/null @@ -1,18 +0,0 @@ -Index: rospack-2.3.1/src/rospack.cpp -=================================================================== ---- rospack-2.3.1.orig/src/rospack.cpp -+++ rospack-2.3.1/src/rospack.cpp -@@ -191,6 +191,13 @@ class Stackage - break; - } - } -+ -+ // On Gentoo we move package.xml to /usr/share/ros_packages/... but need to keep standard stuff in /usr/share, so correct this here. -+ try { -+ fs::path p = fs::canonical("../../" + name_, path_); -+ path_ = p.string(); -+ } -+ catch(fs::filesystem_error& e) {}; - } - - bool isStack() const |