aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2014-01-23 16:19:11 -0800
committerMike McQuaid2014-01-23 16:43:31 -0800
commitbfded68f6534f674d1a7535f76c2e2065b47c011 (patch)
tree68be507c8c5eaae4d83b3a050650976504bca60a /Library
parent5b527b9b1626d2dd522830b4dbec2cf82bd158ea (diff)
downloadhomebrew-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.rb3
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