Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Grass: stil fails with clang 425.
Browse files Browse the repository at this point in the history
Closes #17704.
  • Loading branch information
adamv committed Feb 9, 2013
1 parent 4951f25 commit c93e909
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Library/Formula/grass.rb
Expand Up @@ -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."
Expand Down

0 comments on commit c93e909

Please sign in to comment.