aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2012-03-10 22:05:16 -0600
committerJack Nagel2012-03-10 22:07:15 -0600
commitec97c17ba68b7b858f34b2f0e473c81869c0f321 (patch)
tree61fc21896601f253f53ed2743f50da0766489868 /Library/Formula
parent1e640f5445751bbc7d05120652c3ad83b31ddb52 (diff)
downloadhomebrew-ec97c17ba68b7b858f34b2f0e473c81869c0f321.tar.bz2
cmake: remove outdated GREP_OPTIONS check
We now unset GREP_OPTIONS when sanitizing the build environment. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/cmake.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/Library/Formula/cmake.rb b/Library/Formula/cmake.rb
index 0ae705c6d..f5611d11f 100644
--- a/Library/Formula/cmake.rb
+++ b/Library/Formula/cmake.rb
@@ -27,14 +27,6 @@ class Cmake < Formula
EOS
end
- if ENV['GREP_OPTIONS'] == "--color=always"
- opoo "GREP_OPTIONS is set to '--color=always'"
- puts <<-EOS.undent
- Having `GREP_OPTIONS` set this way causes CMake builds to fail.
- You will need to `unset GREP_OPTIONS` before brewing.
- EOS
- end
-
system "./bootstrap", "--prefix=#{prefix}",
"--system-libs",
"--no-system-libarchive",