Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
precomp 0.4.6
Closes #19172.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
  • Loading branch information
ilovezfs committed Oct 8, 2017
1 parent c031f18 commit a64b491
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Formula/precomp.rb
@@ -1,8 +1,8 @@
class Precomp < Formula
desc "Command-line precompressor to achieve better compression"
homepage "http://schnaader.info/precomp.php"
url "https://github.com/schnaader/precomp-cpp/archive/v0.4.5.tar.gz"
sha256 "39add141554f0186200911ab61838b69f5777956b3dfd37d82bb6923607258dc"
url "https://github.com/schnaader/precomp-cpp/archive/v0.4.6.tar.gz"
sha256 "673b9ceb0df62abb5ef12ab0600a18fc3b82003cc9af5e1cc2f196237ed350d3"
head "https://github.com/schnaader/precomp-cpp.git"

bottle do
Expand All @@ -13,9 +13,6 @@ class Precomp < Formula
end

def install
# HEAD already has that, but current stable version does not compile with clang without that patch
inreplace "contrib/packmp3/Makefile", "-fsched-spec-load ", ""

# Seems like Yosemite does not like the -s flag
inreplace "Makefile", " -s ", " "

Expand Down

0 comments on commit a64b491

Please sign in to comment.