aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-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"