ftgl: remove freetype hack

There is no explanation given for this and it breaks other software.

Fixes Homebrew/homebrew#31006.
This commit is contained in:
Jack Nagel 2014-07-21 11:44:06 -05:00
parent 3f9c405cef
commit 2febfb2cff

View file

@ -19,9 +19,6 @@ class Ftgl < Formula
"--with-glut-inc=/dev/null",
"--with-glut-lib=/dev/null"
# Hack the package info
inreplace "ftgl.pc", "Requires.private: freetype2\n", ""
system "make install"
end
end