fontforge: Python 2.7 compilation works now

This commit is contained in:
Adam Vandenberg 2011-04-03 20:07:32 -07:00
parent 22257ed27f
commit b129b9c947

View file

@ -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)"