Skip to content

Commit

Permalink
fontforge 20161001
Browse files Browse the repository at this point in the history
Closes #5502.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
  • Loading branch information
ilovezfs committed Oct 3, 2016
1 parent a2b807b commit 5ebd0fd
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Formula/fontforge.rb
@@ -1,8 +1,8 @@
class Fontforge < Formula
desc "Command-line outline and bitmap font editor/converter"
homepage "https://fontforge.github.io"
url "https://github.com/fontforge/fontforge/archive/20160404.tar.gz"
sha256 "1cc5646fccba2e5af8f1b6c1d0d6d7b6082d9546aefed2348d6c0ed948324796"
url "https://github.com/fontforge/fontforge/archive/20161001.tar.gz"
sha256 "103af2a6c8799390f20790e44064ea4f9ec6795255b7a065b3f9a352c2723c40"
head "https://github.com/fontforge/fontforge.git"

bottle do
Expand Down Expand Up @@ -57,10 +57,6 @@ def install
s.change_make_var! "libfontforgeexe_la_LDFLAGS", "#{python_libs} #{oldflags}"
end

# Disable Homebrew detection
# https://github.com/fontforge/fontforge/issues/2425
inreplace "configure.ac", 'test "y$HOMEBREW_BREW_FILE" != "y"', "false"

args = %W[
--prefix=#{prefix}
--disable-silent-rules
Expand Down

0 comments on commit 5ebd0fd

Please sign in to comment.