aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDouglas Creager2010-10-06 14:41:49 -0400
committerAdam Vandenberg2010-10-06 18:56:52 -0700
commit5a980a9f8b71545bb6729343548f2d4f8fba8e95 (patch)
treef7f7593896498cd081ceab3ab7f73ac1237b3fcc /Library
parentaca176a149ed32c193964437738a8e3cae8e446c (diff)
downloadhomebrew-5a980a9f8b71545bb6729343548f2d4f8fba8e95.tar.bz2
gd fails with LLVM 2326
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/gd.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/gd.rb b/Library/Formula/gd.rb
index 0a637d741..1810fb202 100644
--- a/Library/Formula/gd.rb
+++ b/Library/Formula/gd.rb
@@ -9,6 +9,7 @@ class Gd <Formula
depends_on 'jpeg' => :recommended
def install
+ fails_with_llvm "Undefined symbols when linking", :build => "2326"
ENV.libpng
system "./configure", "--prefix=#{prefix}", "--with-freetype=/usr/X11"
system "make install"