aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMark A. Matienzo2010-10-08 22:16:19 -0400
committerAdam Vandenberg2010-10-08 20:12:11 -0700
commit0527b6f45f8f1982ef8aac0b23ee0088f7d29534 (patch)
tree9749ef0aa4a8623013a709d4cfeab28639af2598 /Library
parent9b8206f7c2524ea7d2b9f10d6bca60db8f464761 (diff)
downloadhomebrew-0527b6f45f8f1982ef8aac0b23ee0088f7d29534.tar.bz2
zeromq - enable head builds
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-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