diff options
| author | Max Howell | 2011-08-05 13:38:32 +0100 |
|---|---|---|
| committer | Max Howell | 2011-08-05 13:55:26 +0100 |
| commit | b9f8540bb5f582df7b0a4d1db0e35ab9dfafad65 (patch) | |
| tree | 4d9959753e07d99b5c9b175da0a417494458af2d /Library/Formula/gtk+.rb | |
| parent | 9fa2a4a38e411c1271c8d3b4ddc1c5f722473d51 (diff) | |
| download | homebrew-b9f8540bb5f582df7b0a4d1db0e35ab9dfafad65.tar.bz2 | |
Glib and GTK+ won't build on Lion *without* LLVM
Probably 10.6 LLVM is now good enough too, but can't test.
Diffstat (limited to 'Library/Formula/gtk+.rb')
| -rw-r--r-- | Library/Formula/gtk+.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/gtk+.rb b/Library/Formula/gtk+.rb index 1ede34195..3707f2506 100644 --- a/Library/Formula/gtk+.rb +++ b/Library/Formula/gtk+.rb @@ -19,7 +19,7 @@ class Gtkx < Formula depends_on 'jasper' => :optional depends_on 'atk' => :optional - fails_with_llvm "Undefined symbols when linking", :build => "2326" + fails_with_llvm "Undefined symbols when linking", :build => "2326" unless MacOS.lion? def install system "./configure", "--disable-debug", "--disable-dependency-tracking", |
