Remove uses of -no-cpp-precomp

This commit is contained in:
Jack Nagel 2013-11-20 15:01:02 -06:00
parent 75df21a6a8
commit 284cd929bc
3 changed files with 1 additions and 3 deletions

View file

@ -28,7 +28,6 @@ class GstPluginsBad < Formula
depends_on 'schroedinger' => :optional
def install
ENV.append "CFLAGS", "-no-cpp-precomp" unless ENV.compiler == :clang
ENV.append "CFLAGS", "-funroll-loops -fstrict-aliasing"
args = %W[

View file

@ -44,7 +44,7 @@ class GstPluginsUgly < Formula
# Does not work with libcdio 0.9
def install
ENV.append "CFLAGS", "-no-cpp-precomp -funroll-loops -fstrict-aliasing"
ENV.append "CFLAGS", "-funroll-loops -fstrict-aliasing"
args = %W[
--prefix=#{prefix}

View file

@ -7,7 +7,6 @@ class Tree < Formula
def install
ENV.append 'CFLAGS', '-fomit-frame-pointer'
ENV.append 'CFLAGS', '-no-cpp-precomp' unless ENV.compiler == :clang
objs = 'tree.o unix.o html.o xml.o hash.o color.o strverscmp.o'
system "make", "prefix=#{prefix}",