diff options
author | Alexis Ballier <aballier@gentoo.org> | 2022-08-31 13:35:16 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2022-08-31 13:35:16 +0200 |
commit | fd2cb1329861ca51ac178c8a1b1029081c05b2e1 (patch) | |
tree | 544cdc42ff839e986c2864c0ee3e4f6c2d6cc23c /sci-electronics/gazebo | |
parent | media-gfx/graphicsmagick: Stabilize 1.3.38-r2 hppa, #867610 (diff) | |
download | gentoo-fd2cb1329861ca51ac178c8a1b1029081c05b2e1.tar.gz gentoo-fd2cb1329861ca51ac178c8a1b1029081c05b2e1.tar.bz2 gentoo-fd2cb1329861ca51ac178c8a1b1029081c05b2e1.zip |
sci-electronics/gazebo: rm graphviz patch causing build failures
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'sci-electronics/gazebo')
-rw-r--r-- | sci-electronics/gazebo/files/gv.patch | 13 | ||||
-rw-r--r-- | sci-electronics/gazebo/gazebo-11.11.0.ebuild | 1 |
2 files changed, 0 insertions, 14 deletions
diff --git a/sci-electronics/gazebo/files/gv.patch b/sci-electronics/gazebo/files/gv.patch deleted file mode 100644 index 7afa786f4774..000000000000 --- a/sci-electronics/gazebo/files/gv.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: gazebo-11.11.0/gazebo/gui/qgv/private/QGVCore.h -=================================================================== ---- gazebo-11.11.0.orig/gazebo/gui/qgv/private/QGVCore.h -+++ gazebo-11.11.0/gazebo/gui/qgv/private/QGVCore.h -@@ -96,7 +96,7 @@ class QGVCore - Agiodisc_t memIoDisc; - - memIoDisc.afread = memiofread; -- memIoDisc.putstr = AgIoDisc.putstr; -+ memIoDisc.printf = AgIoDisc.printf; - memIoDisc.flush = AgIoDisc.flush; - rdr.data = cp; - rdr.len = strlen(cp); diff --git a/sci-electronics/gazebo/gazebo-11.11.0.ebuild b/sci-electronics/gazebo/gazebo-11.11.0.ebuild index 27daf4976fd8..fcddab396e65 100644 --- a/sci-electronics/gazebo/gazebo-11.11.0.ebuild +++ b/sci-electronics/gazebo/gazebo-11.11.0.ebuild @@ -65,7 +65,6 @@ CMAKE_BUILD_TYPE=RelWithDebInfo PATCHES=( "${FILESDIR}/qwt2.patch" "${FILESDIR}/cmake.patch" - "${FILESDIR}/gv.patch" ) src_configure() { |