diff options
| author | Adam Vandenberg | 2011-03-21 14:24:22 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2011-03-25 23:31:30 -0700 | 
| commit | f4a925da5aee87cf7e2509116a495779a1af64b8 (patch) | |
| tree | 77ce200b7df19713daf11c72e92c628c86d8a017 /Library/Formula/pango.rb | |
| parent | 8f16c418877efb9f036aa4e90fe72406ff27e8a3 (diff) | |
| download | homebrew-f4a925da5aee87cf7e2509116a495779a1af64b8.tar.bz2 | |
Update fails_with_llvm in formulae
Diffstat (limited to 'Library/Formula/pango.rb')
| -rw-r--r-- | Library/Formula/pango.rb | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/pango.rb b/Library/Formula/pango.rb index e5a49a336..ca52527dd 100644 --- a/Library/Formula/pango.rb +++ b/Library/Formula/pango.rb @@ -8,13 +8,14 @@ class Pango < Formula    depends_on 'pkg-config' => :build    depends_on 'glib' +  fails_with_llvm "Undefined symbols when linking", :build => "2326" +    if MACOS_VERSION < 10.6      depends_on 'fontconfig' # Leopard's fontconfig is too old.      depends_on 'cairo' # Leopard doesn't come with Cairo.    end    def install -    fails_with_llvm "Undefined symbols when linking", :build => "2326"      system "./configure", "--prefix=#{prefix}", "--with-x"      system "make install"    end  | 
