diff options
| author | Jack Nagel | 2014-03-19 12:07:55 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-19 18:57:18 -0500 |
| commit | bfcee2064729468d4218c43c320942def4ebec4d (patch) | |
| tree | ac11bd9663de4fb177570419de8a8e4f45df039d /Library | |
| parent | 2681230c3b9efecf8805961d678964077ba0466f (diff) | |
| download | homebrew-bfcee2064729468d4218c43c320942def4ebec4d.tar.bz2 | |
libodbc++: use patch DSL
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/libodbc++.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/libodbc++.rb b/Library/Formula/libodbc++.rb index bc6d008a2..6380dc949 100644 --- a/Library/Formula/libodbc++.rb +++ b/Library/Formula/libodbc++.rb @@ -10,9 +10,7 @@ class Libodbcxx < Formula # http://sourceforge.net/tracker/?func=detail&aid=3590196&group_id=19075&atid=319075 # The second: Fixes a memory corruption error on 64bit systems: # https://sourceforge.net/tracker/?func=detail&aid=3601361&group_id=19075&atid=319075 - def patches - DATA - end + patch :DATA def install system "./configure", "--disable-debug", "--disable-dependency-tracking", |
