Skip to content

Instantly share code, notes, and snippets.

@cweagans
Created August 2, 2013 16:55
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 cweagans/6141478 to your computer and use it in GitHub Desktop.
Save cweagans/6141478 to your computer and use it in GitHub Desktop.
diff --git a/Library/Formula/ctags.rb b/Library/Formula/ctags.rb
index 87dd0ca..919717e 100644
--- a/Library/Formula/ctags.rb
+++ b/Library/Formula/ctags.rb
@@ -12,6 +12,8 @@ class Ctags < Formula
# fixes http://sourceforge.net/tracker/?func=detail&aid=3247256&group_id=6556&atid=106556
def patches
+ # rewritten PHP parser
+ { :p1 => "http://sourceforge.net/p/ctags/patches/_discuss/thread/3a930d9f/1405/attachment/0000-PHP-parser-rewrite.patch" }
{ :p2 => DATA }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment