zile: remove checks for old compilers.
This commit is contained in:
parent
7be9656ebf
commit
1effe822b3
1 changed files with 0 additions and 4 deletions
|
@ -17,10 +17,6 @@ class Zile < Formula
|
|||
depends_on "pkg-config" => :build
|
||||
depends_on "bdw-gc"
|
||||
|
||||
fails_with :gcc do
|
||||
cause "src/funcs.c:1128: error: #pragma GCC diagnostic not allowed inside functions"
|
||||
end
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
|
||||
system "make", "install"
|
||||
|
|
Loading…
Reference in a new issue