aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libevent.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/libevent.rb')
-rw-r--r--Library/Formula/libevent.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/Library/Formula/libevent.rb b/Library/Formula/libevent.rb
index 4615c078a..abc0846f0 100644
--- a/Library/Formula/libevent.rb
+++ b/Library/Formula/libevent.rb
@@ -7,7 +7,10 @@ class Libevent < Formula
head 'git://levent.git.sourceforge.net/gitroot/levent/levent'
- fails_with_llvm "Undefined symbol '_current_base' reported during linking.", :build => 2326
+ fails_with :llvm do
+ build 2326
+ cause "Undefined symbol '_current_base' reported during linking."
+ end
if ARGV.build_head? and MacOS.xcode_version >= "4.3"
depends_on "automake" => :build