aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-03-11 14:52:54 -0500
committerJack Nagel2014-03-11 14:52:54 -0500
commit7d042b3cd6dddd0306421fa7f6754530dbc3b712 (patch)
tree4f607712720053ecae010d319b38c4d77ec94d1d /Library
parent835be9448841448200b9b6d6c70c84f2835601f8 (diff)
downloadhomebrew-7d042b3cd6dddd0306421fa7f6754530dbc3b712.tar.bz2
nzbget: builds with clang 5.1, update comment
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/nzbget.rb6
1 files changed, 1 insertions, 5 deletions
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