diff options
| author | Jack Nagel | 2012-04-22 18:51:44 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-04-22 18:51:44 -0500 |
| commit | d75f15a49ff68db96316c0de78d376cbe047057c (patch) | |
| tree | 845ba3609ce940cba25e871f6d78f86ec62814af /Library | |
| parent | 0501b69a8ef6716bc2fa936b4cefbbfcc02b0c01 (diff) | |
| download | homebrew-d75f15a49ff68db96316c0de78d376cbe047057c.tar.bz2 | |
squashfs: fails with clang
cf. #8647.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/squashfs.rb | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/Library/Formula/squashfs.rb b/Library/Formula/squashfs.rb index c6d10b3d6..f58d468d0 100644 --- a/Library/Formula/squashfs.rb +++ b/Library/Formula/squashfs.rb @@ -5,9 +5,13 @@ class Squashfs < Formula url 'http://sourceforge.net/projects/squashfs/files/squashfs/squashfs4.0/squashfs4.0.tar.gz' md5 'a3c23391da4ebab0ac4a75021ddabf96' - def patches - { :p0 => DATA } - end + fails_with :clang do + build 318 + end + + def patches + { :p0 => DATA } + end def install cd 'squashfs-tools' do |
