diff options
Diffstat (limited to 'Library/Formula/vice.rb')
| -rw-r--r-- | Library/Formula/vice.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/vice.rb b/Library/Formula/vice.rb index 74fdbcecb..c9da2dee5 100644 --- a/Library/Formula/vice.rb +++ b/Library/Formula/vice.rb @@ -16,9 +16,8 @@ class Vice <Formula end def install + fails_with_llvm "Cannot build with LLVM" ENV.libpng - # Cannot build with LLVM - ENV.gcc_4_2 # Disable the zlibtest, we know we have it. # Use Cocoa instead of X |
