aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/automoc4.rb
diff options
context:
space:
mode:
authorMike McQuaid2012-02-09 20:44:44 +0000
committerMike McQuaid2012-02-09 20:45:11 +0000
commitaa7f350841da27e02273c2a6ed167c7ede59a3cc (patch)
treeccb286cef88a1134c06a3187c7f969d7e6b36193 /Library/Formula/automoc4.rb
parent28949854affc7c44a37f84d05f29fb7a846c1ab3 (diff)
downloadhomebrew-aa7f350841da27e02273c2a6ed167c7ede59a3cc.tar.bz2
Document automoc4 patch.
Fixes #10065.
Diffstat (limited to 'Library/Formula/automoc4.rb')
-rw-r--r--Library/Formula/automoc4.rb3
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