diff options
| author | Jack Nagel | 2014-03-19 12:07:54 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-19 18:57:16 -0500 |
| commit | bd0cc5e367b9b1eaf3904e1a1a6833a4017166d8 (patch) | |
| tree | 2ce97095c5478a8272fc68e6a437ff7bfc0f6930 /Library | |
| parent | 337ffd1468932b06ec1b8d7f270af848acff1268 (diff) | |
| download | homebrew-bd0cc5e367b9b1eaf3904e1a1a6833a4017166d8.tar.bz2 | |
ldapvi: use patch DSL
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/ldapvi.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/ldapvi.rb b/Library/Formula/ldapvi.rb index b4c3446ff..31393f113 100644 --- a/Library/Formula/ldapvi.rb +++ b/Library/Formula/ldapvi.rb @@ -15,9 +15,7 @@ class Ldapvi < Formula # (namespace conflict with Lion's getline function) # http://www.lichteblau.com/git/?p=ldapvi.git;a=commit;h=256ced029c235687bfafdffd07be7d47bf7af39b # Also fix compilation with clang by changing `return` to `return 0`. - def patches - DATA - end + patch :DATA def install system "./configure", "--disable-dependency-tracking", |
