fontforge: Python 2.7 compilation works now
This commit is contained in:
parent
22257ed27f
commit
b129b9c947
1 changed files with 1 additions and 2 deletions
|
@ -19,8 +19,7 @@ class Fontforge < Formula
|
|||
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)"
|
||||
|
|
Loading…
Reference in a new issue