diff options
| author | Max Howell | 2012-02-26 14:06:03 +0000 |
|---|---|---|
| committer | Max Howell | 2012-02-26 14:06:03 +0000 |
| commit | 9c4fb3ad171bf75e94b32e767304dc1539e3163c (patch) | |
| tree | 564250b01ef8f2dddbec16c4854a420483d2306b /Library | |
| parent | 0f465bfea391c7953a4a21a5ad7043601e014b06 (diff) | |
| download | homebrew-9c4fb3ad171bf75e94b32e767304dc1539e3163c.tar.bz2 | |
Clang 4 requires this patch too
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/ragel.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ragel.rb b/Library/Formula/ragel.rb index 6ae6e381e..a6107057a 100644 --- a/Library/Formula/ragel.rb +++ b/Library/Formula/ragel.rb @@ -11,7 +11,7 @@ class Ragel < Formula md5 'f4423e0d8a6538dd4e61498fcfad3cec' def install - if ENV.compiler == :clang and MacOS.clang_version.to_f == 3.1 + if ENV.compiler == :clang # fix build with clang inreplace ["aapl/avlcommon.h", "aapl/bstcommon.h", "aapl/bubblesort.h", "aapl/mergesort.h"], /([^:.])(compare)/, '\1this->\2' # fix build with libc++ |
