diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/ngrep.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/ngrep.rb b/Library/Formula/ngrep.rb index 0f3d4b48c..6851cbed7 100644 --- a/Library/Formula/ngrep.rb +++ b/Library/Formula/ngrep.rb @@ -4,6 +4,7 @@ class Ngrep < Formula homepage 'http://ngrep.sourceforge.net/' url 'https://downloads.sourceforge.net/project/ngrep/ngrep/1.45/ngrep-1.45.tar.bz2' sha1 'f26090a6ac607db66df99c6fa9aef74968f3330f' + revision 1 bottle do cellar :any @@ -12,6 +13,12 @@ class Ngrep < Formula sha1 "83a26db0ace21d12c72bb1fbb3a8435c726ff9b7" => :lion end + # http://sourceforge.net/p/ngrep/bugs/27/ + patch do + url 'https://launchpadlibrarian.net/44952147/ngrep-fix-ipv6-support.patch' + sha1 '84ff02f59b4fab8692a3ff2a61b45a4b9d067177' + end + def install system "./configure", "--disable-debug", "--disable-dependency-tracking", |
