From 43bb6ed806184ec9a9f8add30ba12e4d85143f3a Mon Sep 17 00:00:00 2001 From: Angel Date: Mon, 29 Mar 2010 00:24:13 +0200 Subject: fix sphinx formula (non-verbose mode it was failing with postgres installed) Signed-off-by: Adam Vandenberg --- Library/Formula/sphinx.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/sphinx.rb b/Library/Formula/sphinx.rb index 82e436684..b54431ea2 100644 --- a/Library/Formula/sphinx.rb +++ b/Library/Formula/sphinx.rb @@ -12,7 +12,7 @@ class Sphinx 0 + config_args << "--with-pgsql" if `/usr/bin/which pg_config`.size > 0 system "./configure", *config_args system "make install" -- cgit v1.2.3