From d87bbbac3826b8ce19f33725012bf7dd5fd2e02c Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 12 Nov 2013 14:34:49 -0600 Subject: mjpegtools: builds with clang Fixed upstream. --- Library/Formula/mjpegtools.rb | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Library') diff --git a/Library/Formula/mjpegtools.rb b/Library/Formula/mjpegtools.rb index 75183c4fe..692386586 100644 --- a/Library/Formula/mjpegtools.rb +++ b/Library/Formula/mjpegtools.rb @@ -6,7 +6,6 @@ class Mjpegtools < Formula sha1 'b9effa86280e23d67369e842e5cb645948583097' depends_on :x11 if MacOS::X11.installed? - depends_on 'apple-gcc42' if MacOS.version >= :mountain_lion depends_on 'pkg-config' => :build depends_on 'jpeg' @@ -15,13 +14,6 @@ class Mjpegtools < Formula depends_on 'gtk+' => :optional depends_on 'sdl_gfx' => :optional - fails_with :clang do - cause <<-EOS.undent - In file included from newdenoise.cc:19: - ./MotionSearcher.hh:2199:3: error: use of undeclared identifier 'DeleteRegion' - EOS - end - def install system "./configure", "--disable-dependency-tracking", "--enable-simd-accel", -- cgit v1.2.3