diff options
| author | Adam Vandenberg | 2013-11-20 18:25:05 -0800 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-11-20 18:25:10 -0800 | 
| commit | 30b3b6904c89970cb2e378b7c5f55f865955cc8c (patch) | |
| tree | 14a8c5d8cd2c828522e352a5bec8aa470b4d8ccd | |
| parent | bccaa4a4b54b49e2c52128ae6fccf89bbb6d2368 (diff) | |
| download | homebrew-30b3b6904c89970cb2e378b7c5f55f865955cc8c.tar.bz2 | |
avian: apply upstream patch for clang/10.9
Closes #24413.
| -rw-r--r-- | Library/Formula/avian.rb | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/Library/Formula/avian.rb b/Library/Formula/avian.rb index ef0b699f0..d3801719b 100644 --- a/Library/Formula/avian.rb +++ b/Library/Formula/avian.rb @@ -8,6 +8,11 @@ class Avian < Formula    depends_on :macos => :lion +  # Fix build with clang; already upstream +  def patches +    "https://github.com/ReadyTalk/avian/commit/69ea1f57219e0ec1b113f1fcadaa3dae6b93f358.diff" +  end +    def install      system 'make', 'JAVA_HOME=/Library/Java/Home'      bin.install Dir['build/darwin-*/avian*'] | 
