aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-03-19 12:07:55 -0500
committerJack Nagel2014-03-19 18:57:18 -0500
commit8e1442e03c7a217701123f5a53aef8098d7be82c (patch)
tree9864fa3c5d784a6098c57c3636ce2fe400dfb36e /Library/Formula
parentbfcee2064729468d4218c43c320942def4ebec4d (diff)
downloadhomebrew-8e1442e03c7a217701123f5a53aef8098d7be82c.tar.bz2
libpqxx: use patch DSL
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/libpqxx.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/libpqxx.rb b/Library/Formula/libpqxx.rb
index ae8bd2b1c..f63df818f 100644
--- a/Library/Formula/libpqxx.rb
+++ b/Library/Formula/libpqxx.rb
@@ -18,7 +18,7 @@ class Libpqxx < Formula
# in the configure phase output.
# (2) Patched configure on darwin to fix incorrect assumption
# that true and false always live in /bin; on OS X they live in /usr/bin.
- def patches; DATA; end
+ patch :DATA
def install
system "./configure", "--prefix=#{prefix}", "--enable-shared"