aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/cdargs.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/cdargs.rb')
-rw-r--r--Library/Formula/cdargs.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/cdargs.rb b/Library/Formula/cdargs.rb
index 6bc418a4d..32ad95780 100644
--- a/Library/Formula/cdargs.rb
+++ b/Library/Formula/cdargs.rb
@@ -6,6 +6,8 @@ class Cdargs <Formula
md5 '50be618d67f0b9f2439526193c69c567'
def install
+ fails_with_llvm "Bus error in ld on SL 10.6.4"
+
system "./configure", "--prefix=#{prefix}", "--mandir=#{man}"
system "make"
system "make install-strip"