diff options
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 |
