commit: fd2cb1329861ca51ac178c8a1b1029081c05b2e1 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Wed Aug 31 11:35:16 2022 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Wed Aug 31 11:35:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd2cb132
sci-electronics/gazebo: rm graphviz patch causing build failures Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org> sci-electronics/gazebo/files/gv.patch | 13 ------------- sci-electronics/gazebo/gazebo-11.11.0.ebuild | 1 - 2 files changed, 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() {