phantomjs: add patch to fix deprecation warning.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Mike McQuaid 2014-01-23 16:19:11 -08:00
parent eb4ae6aa4d
commit ecba326a18

View file

@ -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