diff options
| author | Jack Nagel | 2014-05-15 12:36:38 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-05-15 12:36:39 -0500 |
| commit | e9e870a409d2ffe2d822150daf63d13fc798794c (patch) | |
| tree | 070c1eb58b6ae2db000adceb59798ea0f4723f1e /Library | |
| parent | 17eceb1a50c700e966f720d47a3a1c405e8267ad (diff) | |
| download | homebrew-e9e870a409d2ffe2d822150daf63d13fc798794c.tar.bz2 | |
gstreamer: drop manual CFLAGS
These were cargo-culted from MacPorts. The build system passes different
flags.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/gst-plugins-bad.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/gst-plugins-ugly.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/gstreamer.rb | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/Library/Formula/gst-plugins-bad.rb b/Library/Formula/gst-plugins-bad.rb index 4aa550063..b574063c5 100644 --- a/Library/Formula/gst-plugins-bad.rb +++ b/Library/Formula/gst-plugins-bad.rb @@ -29,8 +29,6 @@ class GstPluginsBad < Formula depends_on 'schroedinger' => :optional def install - ENV.append "CFLAGS", "-funroll-loops -fstrict-aliasing" - args = %W[ --prefix=#{prefix} --disable-apple_media diff --git a/Library/Formula/gst-plugins-ugly.rb b/Library/Formula/gst-plugins-ugly.rb index cdede8965..9eca201cf 100644 --- a/Library/Formula/gst-plugins-ugly.rb +++ b/Library/Formula/gst-plugins-ugly.rb @@ -45,8 +45,6 @@ class GstPluginsUgly < Formula # Does not work with libcdio 0.9 def install - ENV.append "CFLAGS", "-funroll-loops -fstrict-aliasing" - args = %W[ --prefix=#{prefix} --mandir=#{man} diff --git a/Library/Formula/gstreamer.rb b/Library/Formula/gstreamer.rb index 50d47acd0..6cdb41fe5 100644 --- a/Library/Formula/gstreamer.rb +++ b/Library/Formula/gstreamer.rb @@ -20,8 +20,6 @@ class Gstreamer < Formula depends_on "glib" def install - ENV.append "CFLAGS", "-funroll-loops -fstrict-aliasing -fno-common" - args = %W[ --prefix=#{prefix} --disable-debug |
