aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2011-10-14 23:36:38 -0500
committerJack Nagel2011-10-14 23:36:38 -0500
commit711831a0ebc0f4fd338cf2ab074f603d40a39dcc (patch)
tree49aa2376fe891e391a12327db07a33f1cf1a1252 /Library/Formula
parentae38c808e565e6610086671f7d971126670e534a (diff)
downloadhomebrew-711831a0ebc0f4fd338cf2ab074f603d40a39dcc.tar.bz2
vice: move fails_with_llvm out of install
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/vice.rb3
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.