aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMisty De Meo2012-08-13 12:24:17 -0500
committerMisty De Meo2012-08-13 12:24:27 -0500
commit89dae00bb39c80d699c6ffaef381f0c74e4cb14b (patch)
tree63b82df00f9e96da6e462045c30fcce89a78e96d /Library
parent36012dfddd7f5be3a4aa8c08d8d08cc54347d9be (diff)
downloadhomebrew-89dae00bb39c80d699c6ffaef381f0c74e4cb14b.tar.bz2
fox: devel no longer fails with llvm
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/fox.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Formula/fox.rb b/Library/Formula/fox.rb
index 238fce8ae..9ec64e15e 100644
--- a/Library/Formula/fox.rb
+++ b/Library/Formula/fox.rb
@@ -13,10 +13,6 @@ class Fox < Formula
depends_on :x11
- fails_with :llvm do
- cause "Inline asm errors during build"
- end if ARGV.build_devel?
-
def install
# Yep, won't find freetype unless this is all set.
ENV.append "CFLAGS", "-I#{MacOS::X11.include}/freetype2"