From feb42a9d22b17d2fbc0ec482ecc7020508911e73 Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Tue, 15 Oct 2013 19:41:03 -0700 Subject: doxygen: remove unnecessary inreplace --- Library/Formula/doxygen.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3