aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-06-23 14:28:34 -0700
committerAdam Vandenberg2013-06-23 14:28:34 -0700
commit3b411c0b0b7f247fa6790624cec84681de298ad8 (patch)
tree80ded7cb2bac529cbb49dd630ec96ad61bfe4855 /Library
parent8ff9881e89a048e7eb16b1893e286d280878e0ec (diff)
downloadhomebrew-3b411c0b0b7f247fa6790624cec84681de298ad8.tar.bz2
scantailor: fails with clang 425
Closes #20720.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/scantailor.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/scantailor.rb b/Library/Formula/scantailor.rb
index 3dd1230d1..cc7f5b960 100644
--- a/Library/Formula/scantailor.rb
+++ b/Library/Formula/scantailor.rb
@@ -39,7 +39,7 @@ class Scantailor < Formula
depends_on :x11
fails_with :clang do
- build 421
+ build 425
cause "calling a private constructor of class 'mcalc::Mat<double>'"
end