From bdff8639a68a19e2e6c67efb27ec277dbaf0b349 Mon Sep 17 00:00:00 2001 From: Kunal Shah Date: Wed, 14 Apr 2010 15:41:33 -0400 Subject: Fix Sphinx formula to pass --without-mysql if which fails to find mysqld Signed-off-by: Adam Vandenberg --- Library/Formula/sphinx.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Formula') diff --git a/Library/Formula/sphinx.rb b/Library/Formula/sphinx.rb index b54431ea2..d1609aafc 100644 --- a/Library/Formula/sphinx.rb +++ b/Library/Formula/sphinx.rb @@ -13,6 +13,7 @@ class Sphinx 0 + config_args << "--without-mysql" if `/usr/bin/which mysqld`.size <= 0 system "./configure", *config_args system "make install" -- cgit v1.2.3