diff options
| author | Baptiste Fontaine | 2015-01-20 11:15:00 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2015-01-20 17:13:44 +0100 |
| commit | 665e6a4236ad689e350c8bf702d56b146c4c67d8 (patch) | |
| tree | f56634f29f4291670a1f2625e152c53b2ee6fe23 /Library/Formula | |
| parent | 06e2046bb2205e7aeaf0204418ac52f95ceffd2b (diff) | |
| download | homebrew-665e6a4236ad689e350c8bf702d56b146c4c67d8.tar.bz2 | |
freeswitch 1.4.15
Closes #36061.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/freeswitch.rb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Library/Formula/freeswitch.rb b/Library/Formula/freeswitch.rb index 3ed30b44c..a5562f9e1 100644 --- a/Library/Formula/freeswitch.rb +++ b/Library/Formula/freeswitch.rb @@ -1,6 +1,6 @@ class Freeswitch < Formula homepage "http://freeswitch.org" - url "https://stash.freeswitch.org/scm/fs/freeswitch.git", :tag => "v1.4.6" + url "https://stash.freeswitch.org/scm/fs/freeswitch.git", :tag => "v1.4.15" head "https://stash.freeswitch.org/scm/fs/freeswitch.git" bottle do @@ -23,7 +23,7 @@ class Freeswitch < Formula depends_on "sqlite" def install - system "./bootstrap.sh -j#{ENV.make_jobs}" + system "./bootstrap.sh", "-j#{ENV.make_jobs}" # tiff will fail to find OpenGL unless told not to use X inreplace "libs/tiff-4.0.2/configure.gnu", "--with-pic", "--with-pic --without-x" @@ -37,8 +37,7 @@ class Freeswitch < Formula "--exec_prefix=#{prefix}" system "make" - system "make", "install" - system "make", "all", "cd-sounds-install", "cd-moh-install" + system "make", "install", "all", "cd-sounds-install", "cd-moh-install" end plist_options :manual => "freeswitch -nc --nonat" |
