Skip to content

Instantly share code, notes, and snippets.

@taitsmp
Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save taitsmp/9199869 to your computer and use it in GitHub Desktop.
Save taitsmp/9199869 to your computer and use it in GitHub Desktop.
diff --git a/Library/Formula/ctags.rb b/Library/Formula/ctags.rb
index 87dd0ca..684cbbe 100644
--- a/Library/Formula/ctags.rb
+++ b/Library/Formula/ctags.rb
@@ -12,7 +12,10 @@ class Ctags < Formula
# fixes http://sourceforge.net/tracker/?func=detail&aid=3247256&group_id=6556&atid=106556
def patches
- { :p2 => DATA }
+ {
+ :p1 => 'http://sourceforge.net/p/ctags/patches/_discuss/thread/3a930d9f/1405/attachment/0000-PHP-parser-rewrite.patch',
+ :p2 => DATA
+ }
end
def install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment