Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
fontforge: Python 2.7 compilation works now
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Apr 4, 2011
1 parent 583ae94 commit 7b6d6cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Library/Formula/fontforge.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ def install
ENV.append "LDFLAGS", "-lintl"
system "./configure", "--prefix=#{prefix}",
"--enable-double",
"--without-freetype-bytecode",
"--without-python"
"--without-freetype-bytecode"

inreplace "Makefile" do |s|
s.gsub! "/Applications", "$(prefix)"
Expand Down

0 comments on commit 7b6d6cd

Please sign in to comment.