aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-11-12 14:34:49 -0600
committerJack Nagel2013-11-12 14:35:39 -0600
commitd87bbbac3826b8ce19f33725012bf7dd5fd2e02c (patch)
treec5373f30261388b86e9d9520babd6847885fbe05 /Library
parent99bfa0855189a6632b9f1284a91ec21f8781c847 (diff)
downloadhomebrew-d87bbbac3826b8ce19f33725012bf7dd5fd2e02c.tar.bz2
mjpegtools: builds with clang
Fixed upstream.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/mjpegtools.rb8
1 files changed, 0 insertions, 8 deletions
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",