From 7f8dcab4e531b9a9ac5ec3b659dcb1e2f7cef32f Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 22 Apr 2012 18:36:07 -0500 Subject: scantailor: fails with clang Fixes #11817. Signed-off-by: Jack Nagel --- Library/Formula/scantailor.rb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Library/Formula') diff --git a/Library/Formula/scantailor.rb b/Library/Formula/scantailor.rb index 5339dc00b..c1bcb7e44 100644 --- a/Library/Formula/scantailor.rb +++ b/Library/Formula/scantailor.rb @@ -17,6 +17,11 @@ class Scantailor < Formula depends_on 'jpeg' depends_on 'libtiff' + fails_with :clang do + build 318 + cause "calling a private constructor of class 'mcalc::Mat'" + end + def install system "cmake #{std_cmake_parameters} -DPNG_INCLUDE_DIR=/usr/X11/include ." system "make install" -- cgit v1.2.3