diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/tcpflow.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/tcpflow.rb b/Library/Formula/tcpflow.rb index f388336a1..4819dbc85 100644 --- a/Library/Formula/tcpflow.rb +++ b/Library/Formula/tcpflow.rb @@ -13,6 +13,12 @@ class Tcpflow < Formula end depends_on 'boost' => :build + depends_on 'sqlite' if MacOS.version < :lion + + # Upstream fix for 10.6; can be removed in next release + def patches + "https://github.com/simsong/tcpflow/commit/1cd5a9168c2ebf72c1fadcd64634398bd8470bce.diff" + end def install system "bash", "./bootstrap.sh" if build.head? |
