From a35ca5343a7a809c6d7ff855d6170d664fe5219a Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Tue, 4 Mar 2014 21:19:19 -0800 Subject: tcpflow: fix build on Snow Leopard * use newer sqlite on older os x * upstream patch for 10.6 Closes #25676. --- Library/Formula/tcpflow.rb | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Library') 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? -- cgit v1.2.3