aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-02-09 09:49:01 -0800
committerAdam Vandenberg2013-02-09 09:49:01 -0800
commitc93e90947fdf0d992277ea4173d9ea42b140a445 (patch)
treea103889607f43494597df90c93768f7b70eb89b3 /Library
parent4951f25c7bb77093f19b620bbf33cb3f2ed0f20e (diff)
downloadhomebrew-c93e90947fdf0d992277ea4173d9ea42b140a445.tar.bz2
Grass: stil fails with clang 425.
Closes #17704.
Diffstat (limited to 'Library')
-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."