aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAustin Seipp2011-05-20 20:01:07 -0500
committerMike McQuaid2011-05-22 09:19:50 +0100
commit49c2e51b250516008eda0388926a00abc11b61e2 (patch)
tree2bd3d22c352670ffa97cd7ce3a442ebc9c60edaa /Library
parente3a28f371dbbb4ddfd3b8335c130b4f1d5d4b3e8 (diff)
downloadhomebrew-49c2e51b250516008eda0388926a00abc11b61e2.tar.bz2
Add HEAD repository back to valgrind formula. Also fix a small bug in applying the 3.6.1 patch
Closes #5715. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/valgrind.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/valgrind.rb b/Library/Formula/valgrind.rb
index 4ffc00aca..b6a12f5fc 100644
--- a/Library/Formula/valgrind.rb
+++ b/Library/Formula/valgrind.rb
@@ -3,7 +3,7 @@ require 'utils'
class Valgrind < Formula
homepage 'http://www.valgrind.org/'
-
+ head 'svn://svn.valgrind.org/valgrind/trunk'
url "http://valgrind.org/downloads/valgrind-3.6.1.tar.bz2"
md5 "2c3aa122498baecc9d69194057ca88f5"
@@ -16,7 +16,7 @@ class Valgrind < Formula
def patches
# Xcode 4 fix from upstream r11686
# https://bugs.kde.org/show_bug.cgi?id=267997
- if MacOS.xcode_version >= "4.0.0"
+ if MacOS.xcode_version >= "4.0" and not ARGV.build_head?
{ :p0 => DATA }
end
end