diff options
| author | Jack Nagel | 2012-02-21 23:08:20 -0600 |
|---|---|---|
| committer | Jack Nagel | 2012-02-21 23:08:20 -0600 |
| commit | 4eb8b1924f6ddf2d5658c108a2d23a79e2fa5b8f (patch) | |
| tree | 97126f4b77560d3c428eee0875393fa226d316ff /Library/Formula/gtk+.rb | |
| parent | 7bce818987f384b1402f572bb74c91828c373ad8 (diff) | |
| download | homebrew-4eb8b1924f6ddf2d5658c108a2d23a79e2fa5b8f.tar.bz2 | |
gtk: remove conditional on fails_with_llvm
This conditional doesn't make sense since LLVM build 2326 isn't even
installable on Lion.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
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 06e400ab7..1adb470b3 100644 --- a/Library/Formula/gtk+.rb +++ b/Library/Formula/gtk+.rb @@ -15,7 +15,7 @@ class Gtkx < Formula depends_on 'jasper' => :optional depends_on 'atk' => :optional - fails_with_llvm "Undefined symbols when linking", :build => "2326" unless MacOS.lion? + fails_with_llvm "Undefined symbols when linking", :build => 2326 def install system "./configure", "--disable-debug", |
