aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/grass.rb7
1 files changed, 2 insertions, 5 deletions
diff --git a/Library/Formula/grass.rb b/Library/Formula/grass.rb
index 548cc1f4c..366b3dbe7 100644
--- a/Library/Formula/grass.rb
+++ b/Library/Formula/grass.rb
@@ -31,11 +31,8 @@ class Grass < Formula
def patches; DATA; end
fails_with :clang do
- build 421
-
- cause <<-EOS.undent
- Multiple build failures while compiling GRASS tools.
- EOS
+ build 425
+ cause "Multiple build failures while compiling GRASS tools."
end
option "with-postgres", "specify PostgreSQL as a dependency."