diff options
| author | Adam Vandenberg | 2012-06-14 17:02:12 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-06-14 20:59:24 -0700 |
| commit | 32038c373d770eb8002f11f0f96e0eaf047709bb (patch) | |
| tree | 24eb76f81391b3b05dc6c1835d1d60cdc4e8a7c0 | |
| parent | b93d8bbce4f96354ffd1f7ff1aed97648a4507f5 (diff) | |
| download | homebrew-32038c373d770eb8002f11f0f96e0eaf047709bb.tar.bz2 | |
par2 fails to compile with clang
| -rw-r--r-- | Library/Formula/par2.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/par2.rb b/Library/Formula/par2.rb index 34ba85ad4..014aa2323 100644 --- a/Library/Formula/par2.rb +++ b/Library/Formula/par2.rb @@ -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}" |
