Remove uses of -no-cpp-precomp
This commit is contained in:
parent
75df21a6a8
commit
284cd929bc
3 changed files with 1 additions and 3 deletions
|
@ -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[
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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}",
|
||||
|
|
Loading…
Reference in a new issue