diff options
| author | Adam Vandenberg | 2013-10-30 07:44:02 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-10-30 07:45:06 -0700 |
| commit | 3300e30504579aa8076e3c85c63767d9f01ecc76 (patch) | |
| tree | 4794d705c616a5edb7fee7f2a46a4298085f80be /Library/Formula | |
| parent | 0a609e9b4338fa608980731eb5cda0944355e709 (diff) | |
| download | homebrew-3300e30504579aa8076e3c85c63767d9f01ecc76.tar.bz2 | |
google-perftools: add note about patch
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/google-perftools.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/google-perftools.rb b/Library/Formula/google-perftools.rb index 928de5638..0cce0c067 100644 --- a/Library/Formula/google-perftools.rb +++ b/Library/Formula/google-perftools.rb @@ -1,7 +1,7 @@ require 'formula' +# TODO rename to gperftools when renames are supported class GooglePerftools < Formula - # TODO rename to gperftools when renames are supported homepage 'http://code.google.com/p/gperftools/' url 'http://gperftools.googlecode.com/files/gperftools-2.1.tar.gz' sha1 'b799b99d9f021988bbc931db1c21b2f94826d4f0' @@ -11,6 +11,7 @@ class GooglePerftools < Formula cause "Segfault during linking" end + # Incorporated upstream, remove on next version update def patches DATA end |
