diff options
-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() { |