Skip to content

Commit

Permalink
gazebo11: patch for graphviz 9
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters committed Sep 14, 2023
1 parent 23bcd39 commit ef3c07a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Formula/gazebo11.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ class Gazebo11 < Formula
conflicts_with "gazebo9", because: "differing version of the same formula"
conflicts_with "gz-tools2", because: "both install bin/gz"

patch do
# Fix for compatibility with graphviz 9.0
url "https://github.com/gazebosim/gazebo-classic/commit/ba2cbd532a8ba47972cf9f0c3dbc32a5757cab2a.patch?full_index=1"
sha256 "a9cca7d59663fd45bab74e044c817600d24028e80ad2871107a34e8a3bebab2a"
end

patch do
# Fix for compatibility with protobuf 23.2
url "https://github.com/gazebosim/gazebo-classic/commit/17e09f574a4f39caff279cd70364cd1a3ea46f70.patch?full_index=1"
Expand Down

0 comments on commit ef3c07a

Please sign in to comment.