diff options
Diffstat (limited to 'Library/Formula/postgres-xc.rb')
| -rw-r--r-- | Library/Formula/postgres-xc.rb | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/Library/Formula/postgres-xc.rb b/Library/Formula/postgres-xc.rb index 7bc039f53..70caa70db 100644 --- a/Library/Formula/postgres-xc.rb +++ b/Library/Formula/postgres-xc.rb @@ -24,9 +24,7 @@ class PostgresXc < Formula    # Fix PL/Python build: https://github.com/Homebrew/homebrew/issues/11162    # Fix uuid-ossp build issues: http://archives.postgresql.org/pgsql-general/2012-07/msg00654.php -  def patches -    DATA -  end +  patch :DATA    def install      ENV.libxml2 if MacOS.version >= :snow_leopard | 
