doxygen: remove unnecessary inreplace

master
Misty De Meo 2013-10-15 19:41:03 -07:00
parent 3881511761
commit 70496b6240
1 changed files with 0 additions and 4 deletions

View File

@ -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