aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/speex.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/speex.rb b/Library/Formula/speex.rb
index 0219bd940..a7a4747bb 100644
--- a/Library/Formula/speex.rb
+++ b/Library/Formula/speex.rb
@@ -1,8 +1,8 @@
require 'formula'
class Speex < Formula
- url 'http://downloads.us.xiph.org/releases/speex/speex-1.2rc1.tar.gz'
homepage 'http://speex.org'
+ url 'http://downloads.us.xiph.org/releases/speex/speex-1.2rc1.tar.gz'
sha1 '52daa72572e844e5165315e208da539b2a55c5eb'
depends_on 'pkg-config' => :build
@@ -10,7 +10,8 @@ class Speex < Formula
def install
ENV.j1
- system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
+ system "./configure", "--disable-debug", "--disable-dependency-tracking",
+ "--prefix=#{prefix}"
system "make install"
end
end