From 7b6d6cd2ff8033de76091a2d5405d47efc999f9c Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 3 Apr 2011 20:07:32 -0700 Subject: fontforge: Python 2.7 compilation works now --- Library/Formula/fontforge.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Library') 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)" -- cgit v1.2.3