diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/htmlcxx.rb | 2 |
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}" |
