aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/scantailor.rb5
1 files changed, 5 insertions, 0 deletions
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<double>'"
+ end
+
def install
system "cmake #{std_cmake_parameters} -DPNG_INCLUDE_DIR=/usr/X11/include ."
system "make install"