aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDouglas Creager2011-02-14 13:57:55 -0500
committerAdam Vandenberg2011-02-14 11:12:32 -0800
commitc7c5a3b8915c78229df2c8908be7427669e989af (patch)
tree885112388e13abd8f1502bf5539a8cf71134f69d /Library
parent3699ec35c8e72b617d890aab16f0832536a6ffb3 (diff)
downloadhomebrew-c7c5a3b8915c78229df2c8908be7427669e989af.tar.bz2
Flac fails with LLVM
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/flac.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/flac.rb b/Library/Formula/flac.rb
index 2493022d0..c0c823fd0 100644
--- a/Library/Formula/flac.rb
+++ b/Library/Formula/flac.rb
@@ -14,6 +14,8 @@ class Flac <Formula
depends_on 'libogg' => :optional
def install
+ fails_with_llvm "Undefined symbols when linking", :build => 2326
+
# sadly the asm optimisations won't compile since Leopard, and nobody
# cares or knows how to fix it
system "./configure", "--disable-debug",
@@ -26,4 +28,4 @@ class Flac <Formula
Flac2Mp3.new.brew {|f| bin.install 'flac2mp3'}
end
-end \ No newline at end of file
+end