par2 fails to compile with clang
This commit is contained in:
parent
64370b5503
commit
1da58bc3f6
1 changed files with 5 additions and 0 deletions
|
@ -9,6 +9,11 @@ class Par2 < Formula
|
|||
"http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/app-arch/par2cmdline/files/par2cmdline-0.4-gcc4.patch?revision=1.1"
|
||||
end
|
||||
|
||||
fails_with :clang do
|
||||
build 318
|
||||
cause "./par2fileformat.h:87:25: error: flexible array member 'entries' of non-POD element type 'FILEVERIFICATIONENTRY []'"
|
||||
end
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}"
|
||||
|
|
Loading…
Reference in a new issue