aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorSamuel John2012-12-17 15:43:15 +0100
committerJack Nagel2012-12-17 11:24:26 -0600
commitccdd7c798a63a8c614f737f0aea3def947904219 (patch)
tree83ed60780e08e40ebbd7ff8e672661be7b3f34c7 /Library/Formula
parent101a90d44740f332955307140fbd7392eb42c9b7 (diff)
downloadhomebrew-ccdd7c798a63a8c614f737f0aea3def947904219.tar.bz2
jack: fails_with :clang build 421
- The build number was missing. Closes #16623. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/jack.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/jack.rb b/Library/Formula/jack.rb
index bbb2d1da0..893aafed9 100644
--- a/Library/Formula/jack.rb
+++ b/Library/Formula/jack.rb
@@ -14,6 +14,7 @@ class Jack < Formula
end
fails_with :clang do
+ build 421
cause 'waf fails to find g++ when compiling with clang'
end