aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/libevent.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/libevent.rb b/Library/Formula/libevent.rb
index a543dab2e..ee7ca6f9a 100644
--- a/Library/Formula/libevent.rb
+++ b/Library/Formula/libevent.rb
@@ -7,6 +7,8 @@ class Libevent <Formula
head 'git://levent.git.sourceforge.net/gitroot/levent/levent'
def install
+ fails_with_llvm "Undefined symbol '_current_base' reported during linking.", :build => 2326
+
ENV.j1 # Needed for Mac Pro compilation
system "./autogen.sh" if ARGV.build_head?
system "./configure", "--prefix=#{prefix}"