corkscrew: copy new config.guess from libtool
This commit is contained in:
parent
07d63e9e1d
commit
36acb36202
1 changed files with 7 additions and 4 deletions
|
@ -5,10 +5,13 @@ class Corkscrew < Formula
|
|||
url 'http://www.agroman.net/corkscrew/corkscrew-2.0.tar.gz'
|
||||
sha1 '8bdb4c0dc71048136c721c33229b9bf795230b32'
|
||||
|
||||
depends_on "libtool" => :build
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}",
|
||||
"--host=apple"
|
||||
system "make install"
|
||||
cp Dir["#{Formula["libtool"].opt_share}/libtool/config/config.*"], buildpath
|
||||
system "./configure", "--disable-debug",
|
||||
"--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}"
|
||||
system "make", "install"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue