diff options
| author | Jack Nagel | 2011-10-14 23:36:38 -0500 |
|---|---|---|
| committer | Jack Nagel | 2011-10-14 23:36:38 -0500 |
| commit | 711831a0ebc0f4fd338cf2ab074f603d40a39dcc (patch) | |
| tree | 49aa2376fe891e391a12327db07a33f1cf1a1252 /Library | |
| parent | ae38c808e565e6610086671f7d971126670e534a (diff) | |
| download | homebrew-711831a0ebc0f4fd338cf2ab074f603d40a39dcc.tar.bz2 | |
vice: move fails_with_llvm out of install
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/vice.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/vice.rb b/Library/Formula/vice.rb index baf15b46e..884cf4940 100644 --- a/Library/Formula/vice.rb +++ b/Library/Formula/vice.rb @@ -15,8 +15,9 @@ class Vice < Formula end end + fails_with_llvm "Cannot build with LLVM" + def install - fails_with_llvm "Cannot build with LLVM" ENV.libpng # Disable the zlibtest, we know we have it. |
