aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/zeromq.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/zeromq.rb b/Library/Formula/zeromq.rb
index db678782e..7af09de6d 100644
--- a/Library/Formula/zeromq.rb
+++ b/Library/Formula/zeromq.rb
@@ -2,6 +2,7 @@ require 'formula'
class Zeromq <Formula
url 'http://www.zeromq.org/local--files/area:download/zeromq-2.0.9.tar.gz'
+ head 'git://github.com/zeromq/zeromq2.git'
homepage 'http://www.zeromq.org/'
md5 'eadda72ecc5bcfa50a521436e6d92252'
@@ -30,6 +31,8 @@ class Zeromq <Formula
def install
fails_with_llvm "Compiling with LLVM gives a segfault while linking."
+ system "./autogen.sh" if ARGV.build_head?
+
if ARGV.include? '--universal'
build_fat
else