diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/crosstool-ng.rb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/crosstool-ng.rb b/Library/Formula/crosstool-ng.rb index 93cf5bb04..071f6e68b 100644 --- a/Library/Formula/crosstool-ng.rb +++ b/Library/Formula/crosstool-ng.rb @@ -18,10 +18,8 @@ class CrosstoolNg < Formula # Avoid superenv to prevent https://github.com/mxcl/homebrew/pull/10552#issuecomment-9736248 env :std - def patches - # Fixes clang offsetof compatability. Took better patch from #14547 - DATA - end + # Fixes clang offsetof compatability. Took better patch from #14547 + patch :DATA def install system "./configure", "--prefix=#{prefix}", |
