aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gtk+.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/gtk+.rb')
-rw-r--r--Library/Formula/gtk+.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/Library/Formula/gtk+.rb b/Library/Formula/gtk+.rb
index 1adb470b3..f4bc8c15e 100644
--- a/Library/Formula/gtk+.rb
+++ b/Library/Formula/gtk+.rb
@@ -15,7 +15,10 @@ class Gtkx < Formula
depends_on 'jasper' => :optional
depends_on 'atk' => :optional
- fails_with_llvm "Undefined symbols when linking", :build => 2326
+ fails_with :llvm do
+ build 2326
+ cause "Undefined symbols when linking"
+ end
def install
system "./configure", "--disable-debug",