aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-04-01 18:40:20 -0500
committerJack Nagel2014-04-01 18:40:20 -0500
commit607b6d8d9b1718bf696c081729085aff75c0c56c (patch)
tree03ef906b4ad599da89004d6cb29176838af360ba /Library
parent00dd9fadca1ec14f7bf983b5e7d487ea3c7b0345 (diff)
downloadhomebrew-607b6d8d9b1718bf696c081729085aff75c0c56c.tar.bz2
valgrind: apply patch unconditionally
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 c664f47a5..d45b8693c 100644
--- a/Library/Formula/valgrind.rb
+++ b/Library/Formula/valgrind.rb
@@ -33,7 +33,7 @@ class Valgrind < Formula
patch do
url "https://gist.github.com/raw/3784836/f046191e72445a2fc8491cb6aeeabe84517687d9/patch1.diff"
sha1 "a2252d977302a37873b0f2efe8aa4a4fed2eb2c2"
- end unless MacOS::CLT.installed?
+ end
# Fix for 10.7.4 w/XCode-4.5, duplicate symbols. Reported upstream in
# https://bugs.kde.org/show_bug.cgi?id=307415