diff options
| author | Mike McQuaid | 2014-01-23 16:19:11 -0800 |
|---|---|---|
| committer | Mike McQuaid | 2014-01-23 16:43:31 -0800 |
| commit | bfded68f6534f674d1a7535f76c2e2065b47c011 (patch) | |
| tree | 68be507c8c5eaae4d83b3a050650976504bca60a /Library | |
| parent | 5b527b9b1626d2dd522830b4dbec2cf82bd158ea (diff) | |
| download | homebrew-bfded68f6534f674d1a7535f76c2e2065b47c011.tar.bz2 | |
phantomjs: add patch to fix deprecation warning.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/phantomjs.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/phantomjs.rb b/Library/Formula/phantomjs.rb index 103b4c0e5..5ae85b749 100644 --- a/Library/Formula/phantomjs.rb +++ b/Library/Formula/phantomjs.rb @@ -14,7 +14,8 @@ class Phantomjs < Formula def patches [ - 'https://github.com/ariya/phantomjs/commit/fe6a96.patch' + 'https://github.com/ariya/phantomjs/commit/fe6a96.patch', + 'https://github.com/mikemcquaid/phantomjs/commit/50e046.patch', ] end |
