aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2014-03-20 14:05:17 -0500
committerJack Nagel2014-03-20 14:05:17 -0500
commitf0d2b327ba0aa7a8480bc0c1bf1180bbf877d370 (patch)
tree2d8a521cdc630f42a4e7ad20f3e01447dad2cb68
parent6ccf5cd4877a49d7af5e71ef99b525a463c9f370 (diff)
downloadhomebrew-f0d2b327ba0aa7a8480bc0c1bf1180bbf877d370.tar.bz2
postgres-xc: use patch DSL
-rw-r--r--Library/Formula/postgres-xc.rb4
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