diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/pango.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/pango.rb b/Library/Formula/pango.rb index a1a4a6e25..8b9da174f 100644 --- a/Library/Formula/pango.rb +++ b/Library/Formula/pango.rb @@ -14,6 +14,7 @@ class Pango <Formula end def install + fails_with_llvm "Undefined symbols when linking", :build => "2326" system "./configure", "--prefix=#{prefix}", "--with-x" system "make install" end |
