diff options
| author | Max Howell | 2011-09-01 13:06:19 +0100 |
|---|---|---|
| committer | Max Howell | 2011-09-01 13:06:19 +0100 |
| commit | 381c97f9f4bb030fdc60f3828a4fd8f62189ad9a (patch) | |
| tree | b46ac80581136c6ebcd0644440889cd7040a1cef /Library/Formula | |
| parent | d3aeae53593503853e2d319381d9bbd9df3179bc (diff) | |
| download | homebrew-381c97f9f4bb030fdc60f3828a4fd8f62189ad9a.tar.bz2 | |
ZeroMQ builds with LLVM; Closes #7361.
I tided up the caveat text too, it was longer than 80 characters.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/zeromq.rb | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Library/Formula/zeromq.rb b/Library/Formula/zeromq.rb index 301bc93ac..afa33f6dc 100644 --- a/Library/Formula/zeromq.rb +++ b/Library/Formula/zeromq.rb @@ -10,7 +10,8 @@ class Zeromq < Formula homepage 'http://www.zeromq.org/' md5 '94c5e0262a79c5f82bc0b178c1f8a33d' - fails_with_llvm "Compiling with LLVM gives a segfault while linking." + fails_with_llvm "Compiling with LLVM gives a segfault while linking.", + :build => 2326 if MacOS.snow_leopard? def options [ @@ -53,11 +54,11 @@ class Zeromq < Formula def caveats; <<-EOS.undent To install the zmq gem on 10.6 with the system Ruby on a 64-bit machine, you may need to do: + ARCHFLAGS="-arch x86_64" gem install zmq -- --with-zmq-dir=#{HOMEBREW_PREFIX} - If you want to later build the Java bindings from https://github.com/zeromq/jzmq, - you will need to obtain the Java Developer Package from Apple ADC - at http://connect.apple.com/. + If you want to build the Java bindings from https://github.com/zeromq/jzmq + you will need the Java Developer Package from http://connect.apple.com/ EOS end end |
