diff options
| author | Douglas Creager | 2011-02-14 13:57:55 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2011-02-14 11:12:47 -0800 |
| commit | ab86fe16212b664c679de41656c305e848c00496 (patch) | |
| tree | f4494a048ac4aabc5d9314e22ce0bcbaf1a990da /Library/Formula/id3lib.rb | |
| parent | c7c5a3b8915c78229df2c8908be7427669e989af (diff) | |
| download | homebrew-ab86fe16212b664c679de41656c305e848c00496.tar.bz2 | |
id3lib fails with LLVM
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/id3lib.rb')
| -rw-r--r-- | Library/Formula/id3lib.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/id3lib.rb b/Library/Formula/id3lib.rb index 31bf7c209..77447c79c 100644 --- a/Library/Formula/id3lib.rb +++ b/Library/Formula/id3lib.rb @@ -11,6 +11,7 @@ class Id3lib <Formula end unless ARGV.build_head? def install + fails_with_llvm "Segfault during linking", :build => 2326 system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" system "make install" end |
