aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-03-20 14:05:16 -0500
committerJack Nagel2014-03-20 14:05:16 -0500
commit0d7bade840153baf828ddce1a42903b96bb9fb44 (patch)
treef304467b333c4f13003c8cd398a2dd156ef699b4 /Library
parentcb563fc8724f8311ace7e57da87c574ac174d8d5 (diff)
downloadhomebrew-0d7bade840153baf828ddce1a42903b96bb9fb44.tar.bz2
pcre++: use patch DSL
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/pcre++.rb6
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