diff options
| author | Jack Nagel | 2014-03-19 12:07:52 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-19 18:57:14 -0500 |
| commit | 59166de032b2e0d95579d3fc9fa698bc02c95a82 (patch) | |
| tree | f98b82e9b9d5977d02f30a91fe08e81c6c172fe4 /Library/Formula | |
| parent | b81689f3018c7afc39ce7b4f14a4a42241a70edd (diff) | |
| download | homebrew-59166de032b2e0d95579d3fc9fa698bc02c95a82.tar.bz2 | |
htmlcxx: use patch DSL
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}" |
