diff options
| author | Jack Nagel | 2014-03-20 14:05:17 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-20 14:05:17 -0500 |
| commit | 7ea3462be50e299b405bd9e65f8c47e1492338e7 (patch) | |
| tree | 6940937463db970e043936451cf069308a7b51d1 /Library/Formula/postgresql.rb | |
| parent | f0d2b327ba0aa7a8480bc0c1bf1180bbf877d370 (diff) | |
| download | homebrew-7ea3462be50e299b405bd9e65f8c47e1492338e7.tar.bz2 | |
postgresql: use patch DSL
Diffstat (limited to 'Library/Formula/postgresql.rb')
| -rw-r--r-- | Library/Formula/postgresql.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/postgresql.rb b/Library/Formula/postgresql.rb index 2727bbe2b..cd65e0198 100644 --- a/Library/Formula/postgresql.rb +++ b/Library/Formula/postgresql.rb @@ -30,9 +30,7 @@ class Postgresql < Formula end # 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 |
