nzbget: builds with clang 5.1, update comment

master
Jack Nagel 2014-03-11 14:52:54 -05:00
parent ed65f44e1f
commit b0d082b921
1 changed files with 1 additions and 5 deletions

View File

@ -23,11 +23,7 @@ class Nzbget < Formula
fails_with :clang do
build 500
cause <<-EOS.undent
Configure errors out when testing the libpar2 headers because
Clang does not support flexible arrays of non-POD types.
./par2fileformat.h:87:25: error: flexible array member 'entries' of non-POD element type 'FILEVERIFICATIONENTRY []'
EOS
cause "Clang older than 5.1 requires flexible array members to be trivially destructible"
end
def install