diff options
| author | Douglas Creager | 2010-10-06 14:41:38 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2010-10-06 18:56:51 -0700 |
| commit | aca176a149ed32c193964437738a8e3cae8e446c (patch) | |
| tree | b4a9b2b6f3b669d68cff384d9986fe130102f1cc /Library/Formula | |
| parent | 5f7cb1150343c299d91936766b02256f37d84793 (diff) | |
| download | homebrew-aca176a149ed32c193964437738a8e3cae8e446c.tar.bz2 | |
gawk fails with LLVM 2326
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/gawk.rb | 1 |
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" |
