aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDouglas Creager2010-10-06 14:42:09 -0400
committerAdam Vandenberg2010-10-06 18:56:52 -0700
commit437b935c05c0677119d75ab7be9affa364137e09 (patch)
treedb745532c68efb031b150bb4d17f03985545822e /Library
parent134a3ad8f543fe7cf80efd7b7c6dd1d7f0e77ddf (diff)
downloadhomebrew-437b935c05c0677119d75ab7be9affa364137e09.tar.bz2
GTK+ fails with LLVM 2326
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/gtk+.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/gtk+.rb b/Library/Formula/gtk+.rb
index d8c1551aa..a369946ea 100644
--- a/Library/Formula/gtk+.rb
+++ b/Library/Formula/gtk+.rb
@@ -14,6 +14,7 @@ class Gtkx <Formula
depends_on 'atk' => :optional
def install
+ fails_with_llvm "Undefined symbols when linking", :build => "2326"
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--disable-glibtest"