mjpegtools fails with clang

master
Adam Vandenberg 2012-06-27 13:01:14 -07:00
parent b6f4cc23ab
commit 9fdcf8c147
1 changed files with 8 additions and 0 deletions

View File

@ -19,6 +19,14 @@ class Mjpegtools < Formula
[["--without-x", "Build without X support"]] [["--without-x", "Build without X support"]]
end end
fails_with :clang do
build 318
cause <<-EOS.undent
In file included from newdenoise.cc:19:
./MotionSearcher.hh:2199:3: error: use of undeclared identifier 'DeleteRegion'
EOS
end
def install def install
ENV.x11 ENV.x11
args = ["--disable-dependency-tracking", args = ["--disable-dependency-tracking",