Skip to content

Commit

Permalink
libquicktime: remove options
Browse files Browse the repository at this point in the history
  • Loading branch information
fxcoudert committed Sep 5, 2018
1 parent b5a1a38 commit 51c0c2e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Formula/libquicktime.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ class Libquicktime < Formula

depends_on "pkg-config" => :build
depends_on "gettext"
depends_on "jpeg" => :optional
depends_on "lame" => :optional
depends_on "schroedinger" => :optional
depends_on "libvorbis" => :optional

# Fix CVE-2016-2399. Applied upstream on March 6th 2017.
# Also, fixes from upstream for CVE-2017-9122 through CVE-2017-9128, applied
Expand All @@ -37,8 +33,8 @@ def install
"--prefix=#{prefix}",
"--enable-gpl",
"--without-doxygen",
"--without-x",
"--without-gtk"
"--without-gtk",
"--without-x"
system "make"
system "make", "install"
end
Expand Down

0 comments on commit 51c0c2e

Please sign in to comment.