diff options
| author | Jack Nagel | 2014-03-20 14:05:16 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-20 14:05:16 -0500 |
| commit | 0d7bade840153baf828ddce1a42903b96bb9fb44 (patch) | |
| tree | f304467b333c4f13003c8cd398a2dd156ef699b4 /Library/Formula | |
| parent | cb563fc8724f8311ace7e57da87c574ac174d8d5 (diff) | |
| download | homebrew-0d7bade840153baf828ddce1a42903b96bb9fb44.tar.bz2 | |
pcre++: use patch DSL
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/pcre++.rb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/pcre++.rb b/Library/Formula/pcre++.rb index 7ce1992b6..b064ae65b 100644 --- a/Library/Formula/pcre++.rb +++ b/Library/Formula/pcre++.rb @@ -7,10 +7,8 @@ class Pcrexx < Formula depends_on 'pcre' - def patches - # Fix building with libc++. Patch sent to maintainer. - DATA - end + # Fix building with libc++. Patch sent to maintainer. + patch :DATA def install pcre = Formula["pcre"].opt_prefix |
