diff options
| author | Jack Nagel | 2014-03-19 12:07:55 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-19 18:57:18 -0500 |
| commit | 8e1442e03c7a217701123f5a53aef8098d7be82c (patch) | |
| tree | 9864fa3c5d784a6098c57c3636ce2fe400dfb36e /Library/Formula | |
| parent | bfcee2064729468d4218c43c320942def4ebec4d (diff) | |
| download | homebrew-8e1442e03c7a217701123f5a53aef8098d7be82c.tar.bz2 | |
libpqxx: use patch DSL
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/libpqxx.rb | 2 |
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" |
