aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/emacs-clang-complete-async.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/emacs-clang-complete-async.rb')
-rw-r--r--Library/Formula/emacs-clang-complete-async.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/emacs-clang-complete-async.rb b/Library/Formula/emacs-clang-complete-async.rb
index 48bc8d3c3..cbed638c0 100644
--- a/Library/Formula/emacs-clang-complete-async.rb
+++ b/Library/Formula/emacs-clang-complete-async.rb
@@ -16,6 +16,12 @@ class EmacsClangCompleteAsync < Formula
patch :DATA
end
+ # https://github.com/Golevka/emacs-clang-complete-async/pull/59
+ patch do
+ url "https://github.com/yocchi/emacs-clang-complete-async/commit/5ce197b15d7b8c9abfc862596bf8d902116c9efe.diff"
+ sha1 "a933be38f09627cc6b841a49b849d68219a3bc96"
+ end
+
def install
system "make"
bin.install "clang-complete"