aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/htmlcxx.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/htmlcxx.rb b/Library/Formula/htmlcxx.rb
index 15dd2eeb6..c9436fa34 100644
--- a/Library/Formula/htmlcxx.rb
+++ b/Library/Formula/htmlcxx.rb
@@ -7,7 +7,7 @@ class Htmlcxx < Formula
# Don't try to use internal GCC headers; rely on standards-compliant header
# Reported upstream: https://sourceforge.net/p/htmlcxx/bugs/18/
- def patches; DATA; end
+ patch :DATA
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}"