aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorRike-Benjamin Schuppner2012-02-09 21:47:44 +0100
committerJack Nagel2012-02-09 19:46:53 -0600
commit4cdb65f91c94be389619e275afc0a22565e4c710 (patch)
tree81143ba5170dadc88e7dc54bfefe22c973dc627e /Library/Formula
parente0bce45fe88d511a7cee04803970c258b546d297 (diff)
downloadhomebrew-4cdb65f91c94be389619e275afc0a22565e4c710.tar.bz2
blitz++: Add mercurial HEAD
Closes #10076. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/blitz.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/blitz.rb b/Library/Formula/blitz.rb
index 431609782..be9e74bd5 100644
--- a/Library/Formula/blitz.rb
+++ b/Library/Formula/blitz.rb
@@ -4,8 +4,11 @@ class Blitz < Formula
url 'http://downloads.sourceforge.net/project/blitz/blitz/Blitz%2B%2B%200.9/blitz-0.9.tar.gz'
homepage 'http://oonumerics.org/blitz'
md5 '031df2816c73e2d3bd6d667bbac19eca'
+ head 'http://blitz.hg.sourceforge.net:8000/hgroot/blitz/blitz', :using => :hg
def install
+ system "/usr/bin/autoreconf", "-fi" if ARGV.build_head?
+
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--infodir=#{info}",
"--enable-shared",