diff options
| -rw-r--r-- | Library/Formula/automoc4.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/automoc4.rb b/Library/Formula/automoc4.rb index 201eb16a1..0556047ba 100644 --- a/Library/Formula/automoc4.rb +++ b/Library/Formula/automoc4.rb @@ -14,6 +14,9 @@ class Automoc4 < Formula end def patches + # Patch needed to find Qt in Homebrew upstreamed but upstream version + # does not apply. Won't be needed for next version. + # https://projects.kde.org/projects/kdesupport/automoc/repository/revisions/6b9597ff { :p0 => DATA } end end |
