aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-03-16 23:07:45 -0500
committerJack Nagel2014-03-16 23:07:58 -0500
commitd9c098b8d9f8c36f3f495e4e508e87d86501c8e3 (patch)
tree8b441b209a9857f030a42c574e26845062716db3 /Library
parentdb1b68e56865b38ca5fd8dbb15dba9630727d062 (diff)
downloadhomebrew-d9c098b8d9f8c36f3f495e4e508e87d86501c8e3.tar.bz2
valgrind: fix patch level
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/valgrind.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/valgrind.rb b/Library/Formula/valgrind.rb
index 2ec8f52b7..20d5f8628 100644
--- a/Library/Formula/valgrind.rb
+++ b/Library/Formula/valgrind.rb
@@ -44,7 +44,7 @@ class Valgrind < Formula
# Fix for 10.9 Mavericks. From upstream bug:
# https://bugs.kde.org/show_bug.cgi?id=326724#c12
- patch do
+ patch :p0 do
url "http://bugsfiles.kde.org/attachment.cgi?id=83590"
sha1 "22819a4a02140974e6330f3521b240b68f1619d7"
end if MacOS.version == :mavericks