From 7d042b3cd6dddd0306421fa7f6754530dbc3b712 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 11 Mar 2014 14:52:54 -0500 Subject: nzbget: builds with clang 5.1, update comment --- Library/Formula/nzbget.rb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/nzbget.rb b/Library/Formula/nzbget.rb index a16f30ba6..4fdf5ab52 100644 --- a/Library/Formula/nzbget.rb +++ b/Library/Formula/nzbget.rb @@ -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 -- cgit v1.2.3