From cf9cc31e4c90d3c59923a735e6eda262ffe4c700 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sun, 24 Aug 2014 17:10:43 +0100 Subject: liblacewing: fix audit and remove unneeded comment --- Library/Formula/liblacewing.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/liblacewing.rb b/Library/Formula/liblacewing.rb index 00ab7533b..e02cc2843 100644 --- a/Library/Formula/liblacewing.rb +++ b/Library/Formula/liblacewing.rb @@ -14,12 +14,14 @@ class Liblacewing < Formula sha1 "39c2c5dfd392344bba96f177b8afc79ab6fc73b8" => :lion end - # Use a newer OpenSSL to get SPDY support depends_on "openssl" def install system "./configure", "--prefix=#{prefix}" system "make" system "make", "install" + + # https://github.com/udp/lacewing/issues/104 + mv "#{lib}/liblacewing.dylib.0.5", "#{lib}/liblacewing.0.5.dylib" end end -- cgit v1.2.3