aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMichael Lapinsky2010-08-09 16:57:35 -0700
committerAdam Vandenberg2010-08-18 17:14:07 -0700
commit2e42815cf65e886d7cb40524dbd470f45725f2b0 (patch)
tree3a75ed5fae060271860a4486bf737a4579ffccea /Library/Formula
parent400597954f2f651d55f020e379366080857c7b51 (diff)
downloadhomebrew-2e42815cf65e886d7cb40524dbd470f45725f2b0.tar.bz2
Updated formulas with fails_with_llvm
* cdargs * pcre Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/cdargs.rb2
-rw-r--r--Library/Formula/pcre.rb2
2 files changed, 4 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"
diff --git a/Library/Formula/pcre.rb b/Library/Formula/pcre.rb
index 19e34013e..501c84e25 100644
--- a/Library/Formula/pcre.rb
+++ b/Library/Formula/pcre.rb
@@ -6,6 +6,8 @@ class Pcre <Formula
md5 '780867a700e9d4e4b9cb47aa5453e4b2'
def install
+ fails_with_llvm "Bus error in ld on SL 10.6.4"
+
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--enable-utf8",