aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2012-05-01 13:34:21 -0500
committerJack Nagel2012-05-01 13:34:21 -0500
commit2614a67385fead336dba36079babff309237cf6c (patch)
tree1c6dbffa78a47de697207847a1812164dd847e8e
parent9a1063130b0307ceb70e0193fa81dbde9364aa79 (diff)
downloadhomebrew-2614a67385fead336dba36079babff309237cf6c.tar.bz2
ccrypt: clarify which clang build was tested
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
-rw-r--r--Library/Formula/ccrypt.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ccrypt.rb b/Library/Formula/ccrypt.rb
index 172e13e58..b8615067c 100644
--- a/Library/Formula/ccrypt.rb
+++ b/Library/Formula/ccrypt.rb
@@ -6,7 +6,7 @@ class Ccrypt < Formula
md5 'c3f78019d7a166dd66f1d4b1390c62c2'
def install
- # Tests fail with clang at higher optimization
+ # Tests fail with clang (build 318) at higher optimization
ENV.no_optimization if ENV.compiler == :clang
system "./configure", "--disable-debug",