aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorDouglas Creager2010-10-06 14:41:38 -0400
committerAdam Vandenberg2010-10-06 18:56:51 -0700
commitaca176a149ed32c193964437738a8e3cae8e446c (patch)
treeb4a9b2b6f3b669d68cff384d9986fe130102f1cc /Library/Formula
parent5f7cb1150343c299d91936766b02256f37d84793 (diff)
downloadhomebrew-aca176a149ed32c193964437738a8e3cae8e446c.tar.bz2
gawk fails with LLVM 2326
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/gawk.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/gawk.rb b/Library/Formula/gawk.rb
index 78932356a..e10e0aed6 100644
--- a/Library/Formula/gawk.rb
+++ b/Library/Formula/gawk.rb
@@ -6,6 +6,7 @@ class Gawk <Formula
md5 '52b41c6c4418b3226dfb8f82076193bb'
def install
+ fails_with_llvm "Undefined symbols when linking", :build => "2326"
system "./configure", "--prefix=#{prefix}"
system "make"
system "make install"