diff options
| author | Misty De Meo | 2013-10-15 19:41:03 -0700 |
|---|---|---|
| committer | Misty De Meo | 2013-10-15 19:41:18 -0700 |
| commit | feb42a9d22b17d2fbc0ec482ecc7020508911e73 (patch) | |
| tree | 9195fb8b22b98cbc0bfb9db0de13823c36f566b9 /Library/Formula | |
| parent | f186e83ae6a3d809548c7fb1a6f96b6d1aa383f9 (diff) | |
| download | homebrew-feb42a9d22b17d2fbc0ec482ecc7020508911e73.tar.bz2 | |
doxygen: remove unnecessary inreplace
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/doxygen.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Formula/doxygen.rb b/Library/Formula/doxygen.rb index 9befcdef5..7c249e5cd 100644 --- a/Library/Formula/doxygen.rb +++ b/Library/Formula/doxygen.rb @@ -32,10 +32,6 @@ class Doxygen < Formula tmake/lib/macosx-c++/tmake.conf tmake/lib/macosx-intel-c++/tmake.conf tmake/lib/macosx-uni-c++/tmake.conf ] do |s| - # otherwise clang may use up large amounts of RAM while - # processing localization files - # gcc doesn't support the flag - s.gsub! '-Wno-invalid-source-encoding', '' unless ENV.compiler == :clang # makefiles hardcode both cc and c++ s.gsub! /cc$/, ENV.cc s.gsub! /c\+\+$/, ENV.cxx |
