aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2011-04-03 20:07:32 -0700
committerAdam Vandenberg2011-04-03 20:07:32 -0700
commit7b6d6cd2ff8033de76091a2d5405d47efc999f9c (patch)
tree86991c9bd19bccade60286cd818b1d0df2a34f58 /Library/Formula
parent583ae94d8997c9618edfb2f18c44dd3d20120baf (diff)
downloadhomebrew-7b6d6cd2ff8033de76091a2d5405d47efc999f9c.tar.bz2
fontforge: Python 2.7 compilation works now
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/fontforge.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/fontforge.rb b/Library/Formula/fontforge.rb
index d4169dd00..e79f0e57a 100644
--- a/Library/Formula/fontforge.rb
+++ b/Library/Formula/fontforge.rb
@@ -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)"